PaloAltoNetworks/terraform-aws-swfw-modules

Bug in IAM policy for ASG

jogueber opened this issue · 2 comments

Describe the bug

The ASG module create a wrong IAM policy.
the arn of the SSM parameter gets created as for instance

  "arn:aws:ssm:eu-central-1:xxxx:parameter//networking/palo_alto/delicense",

This contains one / to much.
If I remove it in the parameter the lambda configuration does not match.
The easiest fix is to remove one / in the policy

Module Version

2.0.0

Terraform version

No response

Expected behavior

No response

Current behavior

No response

Anything else to add?

No response

the bug can be addressed for example through this --> #12

I'm closing the issue as it's resolve in PR #12