v0.2.0
GCP
Few bug fixes and adds the following support for:
- GPUs accelerators
- Cloud SQL Instance
- Managed Instance Group
- fixed size
- with autoscaler
- Compute Instance from template
On top of existing resource types, it now supports:
Resource | Limitations | Comment |
---|---|---|
google_compute_instance_group_manager |
Count will be the target size. Uses machine specifications from google_compute_instance_template |
|
google_compute_region_instance_group_manager |
Count will be the target size. Uses machine specifications from google_compute_instance_template |
|
google_compute_instance_from_template |
Uses machine specs from google_compute_instance_template |
|
google_compute_autoscaler |
Takes an average size | Will set target size of google_compute_instance_group_manager |
google_sql_database_instance |
Custom machine also supported |
Changelog
Bug fixes
- e0e27cb Fix absolute path as first arg (#33)
- bb01d9c Fix: Use ConfigResource references for disk self link instead of url (#27)
New features
- a3b56c7 Support counts (#32)
- f9f906d [GCP] Instance Group Manager (#28)
- 311053c [GCP] Compute Instance from template (#38)
- fc05b63 [GCP] Instance group autoscaler (#34)
- a94d696 [GCP] Regional Instance Group Manager (#36)
- e8aa987 [GCP] Support for Cloud SQL database instances (#20)
- 054ed27 [GCP] Supports machine types with GPU (#19)