As a developer
I want to make sure the correct AWS resources is used by terraform when provisioning a new envirionment
So that we don't have incorrect resources (IAM users) used in the wrong environment
Acceptance Criteria
Given I am provisioning a new infrastructure for Upstream project
When initialise terraform for an environment
Then the correct resources should be save in the terraform states
Additional infos
Is your feature request related to a problem? Please describe.
gigadb-upstream-alt-$user was found in the upstream terraform state file, which should be prohibited.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Perform checking/validation tf_init.sh step, could be in this block:
User story
Acceptance Criteria
Additional infos
Is your feature request related to a problem? Please describe.
gigadb-upstream-alt-$user
was found in the upstream terraform state file, which should be prohibited.Describe the solution you'd like A clear and concise description of what you want to happen.
Perform checking/validation
tf_init.sh
step, could be in this block: