diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9ebdc4..345198d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ BACKWARDS INCOMPATIBILITIES: * bigtable: `google_bigtable_instance.cluster.num_nodes` will fail at plan time if `DEVELOPMENT` instances have `num_nodes = "0"` set explicitly. If it has been set, unset the field. [GH-2401] +* cloudbuild: `google_cloudbuild_trigger.build.step.args` is now a list instead of space separated strings. [GH-2790] * cloudfunctions: `google_cloudfunctions_function.retry_on_failure` has been removed. Use `event_trigger.failure_policy.retry` instead. [GH-2392] * compute: `google_compute_instance`, `google_compute_instance_from_template` `metadata` field is now authoritative and will remove values not explicitly set in config. [GH-2208] * compute: `google_compute_project_metadata` resource is now authoritative and will remove values not explicitly set in config. [GH-2205] @@ -46,6 +47,7 @@ ENHANCEMENTS: * bigquery: Allow more BigQuery regions [GH-2566] * bigtable: Add `column_family` at create time to `google_bigtable_table`. [GH-2228] * bigtable: Add multi-zone (inside one region) replication to `google_bigtable_instance`. [GH-2313] [GH-2289] +* cloudbuild: `google_cloudbuild_trigger` is now autogenerated, adding more configurable timeouts, import support, and the `disabled` field. [GH-2790] * cloudfunctions: add souce repo support [GH-2650] * compute: `google_compute_forwarding_rule` supports specifying `all_ports` for internal load balancing. ([`google-beta`#297](https://github.com/terraform-providers/terraform-provider-google-beta/pull/297)) * compute: `google_compute_image` is now autogenerated and supports multiple import formats, and `size_gb` attribute. [GH-2769]