PaloAltoNetworks / terraform-google-swfw-modules

Terraform Reusable Modules for Software Firewalls on GCP
https://registry.terraform.io/modules/PaloAltoNetworks/swfw-modules/google
MIT License
5 stars 8 forks source link

[modules/asg] Argument Deprecation Warning #14

Closed migara closed 8 months ago

migara commented 8 months ago

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.
michalbil commented 8 months ago

This is at the moment the only outstanding item in #7