Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 13:02
· 44 commits to main since this release
v0.2.0
2e422a6

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