nimblehq / infrastructure-templates

For IaaS and PaaS as codes
MIT License
10 stars 0 forks source link

[#246] Fix: Wrong syntax for the policy document of full_iam_access_policy #261

Closed Nihisil closed 10 months ago

Nihisil commented 10 months ago

What happened 👀

Fix syntax for IAM access policy.

The fix based on this PR: https://github.com/Jollibee-Foods-Corporation/smashburger-infrastructure-aws/pull/5 (you need JFC repo access for it).

Proof Of Work 📹

Before the fix TF plan stage was passed, but on apply stage we had an error:

image

After the fix the plan can be applied correctly:

image