There are a few discrepancies in the Makefile and the README with respect to tearing down an environment.
teardown-secrets removes the ci-user secret key which is shared b/t envs.
teardown-secrets also removed the -eks-cluster-creator role which is also shared b/t envs.
teardown should accept an environment param and should skip "shared" teardown steps.
Should have a teardown-shared-secrets and teardown-shared-roles make commands.
There are a few discrepancies in the Makefile and the README with respect to tearing down an environment.
teardown-secretsremoves the ci-user secret key which is shared b/t envs.teardown-secretsalso removed the -eks-cluster-creator role which is also shared b/t envs.teardownshould accept an environment param and should skip "shared" teardown steps.Should have a
teardown-shared-secretsandteardown-shared-rolesmake commands.