File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -227,15 +227,15 @@ Here are the steps to configure the GitHub Actions service user:
227
227
- Access can be requested by clicking: ` Cloud Access ` --> ` AWS ` --> ` Request Account Access ` .
228
228
229
229
1 . ** Create the Terraform Cloud Workspace** - The name of the workspace to be created depends on the
230
- repository for which it is being created, but the pattern is: ` <repository>-ci-service-user-iam ` ,
231
- e.g. ` vault-ci-service-user-iam ` . It is important that the execution mode for the workspace be set
230
+ repository for which it is being created, but the pattern is: ` <repository>-ci-enos- service-user-iam ` ,
231
+ e.g. ` vault-ci-enos- service-user-iam ` . It is important that the execution mode for the workspace be set
232
232
to ` local ` . For help on setting up the workspace, contact the QT team on Slack (#team-quality)
233
233
234
234
235
235
2 . ** Execute the Terraform module**
236
236
``` shell
237
237
> cd ./enos/ci/service-user-iam
238
- > export TF_WORKSPACE=< repo name> -ci-service-user-iam
238
+ > export TF_WORKSPACE=< repo name> -ci-enos- service-user-iam
239
239
> export TF_TOKEN_app_terraform_io=< Terraform Cloud Token>
240
240
> export TF_VAR_repository=< repository name>
241
241
> terraform init
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ data "aws_iam_policy_document" "aws_nuke" {
74
74
" iam:ListAccessKeys" ,
75
75
" iam:ListAccountAliases" ,
76
76
" iam:ListGroupsForUser" ,
77
+ " iam:ListMFADevices" ,
77
78
" iam:ListUserPolicies" ,
78
79
" iam:ListUserTags" ,
79
80
" iam:ListUsers" ,
You can’t perform that action at this time.
0 commit comments