PaloAltoNetworks/terraform-aws-swfw-modules

[Bug Report] Missing Tags on Launch Template

jogueber opened this issue · 4 comments

Tag propagation on launch template missing

The tags_specification on the launch template does not pass the global tags to all resoures.
This is especially problematic if you have tagging requirements for resources (like we have).
One fix could be to merge the global tags with the tag specification and apply it to all instances.
A fix can be inspired by the one proposed by the issue on the aws-provider

Module Version

2.0.2

Terraform version

No response

Expected behavior

No response

Current behavior

No response

Anything else to add?

No response

PR #17 is merged, so I'm closing the issue.