netascode / terraform-aci-nac-aci

Terraform Cisco ACI Nexus-as-Code Module
https://registry.terraform.io/modules/netascode/nac-aci/aci
Apache License 2.0
17 stars 14 forks source link

Module 1 add delay restore timer #98

Closed miwamoto0203 closed 1 week ago

miwamoto0203 commented 2 weeks ago

with nac-aci PR https://wwwin-github.cisco.com/netascode/nac-aci/pull/386

andbyrne commented 1 week ago

Please remove the default value as this attribute is only supported in APIC 6.0+

The code should use a null value if the variable is not specified in order to ensure backwards compatibility.

andbyrne commented 1 week ago

Please run the pre-commit checks and re-commit with the fixes.