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
With the new 5.0.0 google provider [registry.terraform.io/hashicorp/google]automatic was renamed to auto. The previous versions had a deprecation warning about this.
Hello @cassus, and thanks for the report. I've been seeing the deprecation for a while but haven't updated to v5 of Google provider yet because it has many changes that need to be tested across the TF modules I maintain. As a result, there will be a v2.1.2 release that enforces a '< 5' constraint and then a v2.2.0 release that has a '>= 5.0' constraint, after testing.
Google provider v5 enforced a change in how automatic replication was
specified; this change makes the `automatic` => `auto` stanza change and
supports setting a KMS key for Google-managed replication with a user
provided KMS key through the variable `auto_replication_kms_key_name`.
The newer versions of Google provider also support `annotations` in
addition to `labels`; this commit adds an optional `annotations`
variable.
Closes#76
Hi!
Thank for this great module!
Describe the bug
With the new 5.0.0 google provider
[registry.terraform.io/hashicorp/google]
automatic
was renamed toauto
. The previous versions had a deprecation warning about this.automatic
field from thegoogle_secret_manager_secret
resource hashicorp/terraform-provider-google#15859automatic
is deprecated and will be removed in a future major release. Useauto
instead.The text was updated successfully, but these errors were encountered: