github hashicorp/terraform-provider-google-beta v4.47.0

latest releases: v6.3.0, v5.44.0, v6.2.0...
21 months ago

NOTES:

  • sql: fixed an issue where google_sql_database was abandoned by default as of version 4.45.0. Users who have upgraded to 4.45.0 or 4.46.0 will see a diff when running their next terraform apply after upgrading this version, indicating the deletion_policy field's value has changed from "ABANDON" to "DELETE". This will create a no-op call against the API, but can otherwise be safely applied. (#4972)

FEATURES:

  • New Resource: google_alloydb_backup (#4959)
  • New Resource: google_filestore_backup (#4963)

IMPROVEMENTS:

  • bigtable: added deletion_protection field to google_bigtable_table (#4975)
  • compute: Made google_compute_subnetwork.ipv6_access_type field updatable in-place (#4965)
  • container: added auto_provisioning_defaults.cluster_autoscaling.upgrade_settings in google_container_cluster (#4958)
  • container: added gateway_api_config block to google_container_cluster resource for supporting the gke gateway api controller (#4976)
  • datacatalog: added update support for fields in google_data_catalog_tag_template (#4968)
  • iam: added plan-time validation for IAM members (#4960)
  • logging: added bucket_name field to google_logging_metric (#4964)
  • logging: made metric_descriptor field optional for google_logging_metric (#4971)

BUG FIXES:

  • composer: fixed a crash when updating ip_allocation_policy of google_composer_environment (#4956)
  • sql: fixed an issue where google_sql_database was abandoned by default as of version 4.45.0. Users who have upgraded to 4.45.0 or 4.46.0 will see a diff when running their next terraform apply after upgrading this version, indicating the deletion_policy field's value has changed from "ABANDON" to "DELETE". This will create a no-op call against the API, but can otherwise be safely applied. (#4972)

Don't miss a new terraform-provider-google-beta release

NewReleases is sending notifications on new releases.