nimblehq / infrastructure-templates

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

Add project name to the IAM group names #274

Closed Nihisil closed 5 months ago

Nihisil commented 6 months ago

Why

If we attempt to apply a plan for shared workspace with IAM groups to an AWS account that already has a deployed template, we'll encounter an error stating that the group with that name already exists.

Typically, this isn't an issue since we use one project for each AWS account. However, there can be exceptions. For instance, if we deploy various staging projects on the company's AWS account, they may conflict.

Acceptance Criteria