PaloAltoNetworks / terraform-aws-swfw-modules

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

[Bug Report] ASG ends up in a Failed state if tagged resources are not launched #29

Closed srihas619 closed 3 months ago

srihas619 commented 3 months ago

Describe the bug

ASG ends up in a Failed state if the resources being tagged are not launched

Failed_error

The behaviour is also mentioned in the comment on the upstream issue

One of the fixes would be to modify tags_dest to allow only few resources (instance, volume and network-interface) in the hardcoded list and having a variable to pass extra resources that need to be tagged.

Module Version

2.0.5

Terraform version

No response

Expected behavior

No response

Current behavior

No response

Anything else to add?

No response