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 current
asg
module throws a deprecation warning. We should change the automatic argument to auto