You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ BACKWARDS INCOMPATIBILITIES:
31
31
* resourcemanager: `google_project.app_engine` has been removed. Use the `google_app_engine_application` resource instead. [GH-2386]
32
32
* resourcemanager: `google_organization_custom_role.deleted` is now an output-only attribute. Use `terraform destroy`, or remove the resource from your config instead. [GH-2596]
33
33
* resourcemanager: `google_project_custom_role.deleted` is now an output-only attribute. Use `terraform destroy`, or remove the resource from your config instead. [GH-2619]
34
+
* serviceusage: `google_project_service` will now error instead of silently disabling dependent services if `disable_dependent_services` is unset. [GH-2938]
34
35
* storage: `google_storage_object_acl.role_entity` is now authoritative and will remove values not explicitly set in config. Use `google_storage_object_access_control` for fine-grained management. [GH-2316]
35
36
* storage: `google_storage_default_object_acl.role_entity` is now authoritative and will remove values not explicitly set in config. [GH-2345]
36
37
* iam: `google_*_iam_binding` Change all IAM bindings to be authoritative [GH-2764]
@@ -63,6 +64,7 @@ ENHANCEMENTS:
63
64
* project: The google_iam_policy data source now supports Audit Configs [GH-2687]
64
65
* kms: Add support for `protection_level` to `google_kms_crypto_key`[GH-2751]
65
66
* resourcemanager: add `inherit_from_parent` to all org policy resources [GH-2653]
67
+
* serviceusage: `google_project_service` now supports `disable_dependent_services` to control whether services can disable services that depend on them at disable-time. [GH-2938]
66
68
* sourcerepo: `google_sourcerepo_repository` is now autogenerated, adding configurable timeouts. [GH-2797]
67
69
* storage: `google_storage_object_acl` can more easily swap between `role_entity` and `predefined_acl` ACL definitions. [GH-2316]
68
70
* storage: `google_storage_bucket` has support for `requester_pays`[GH-2580]
0 commit comments