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
The current asg module throws a deprecation warning. We should change the automatic argument to auto
│ Warning: Argument is deprecated
│
│ with module.vmseries.google_secret_manager_secret.delicensing_cfn_pano_creds,
│ on .terraform/modules/vmseries/modules/autoscale/main.tf line 244, in resource "google_secret_manager_secret" "delicensing_cfn_pano_creds":
│ 244: automatic = true
│
│ `automatic` is deprecated and will be removed in a future major release. Use `auto` instead.
The text was updated successfully, but these errors were encountered:
The current
asg
module throws a deprecation warning. We should change the automatic argument to autoThe text was updated successfully, but these errors were encountered: