File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
examples/snippets/stacks/workflows/quickstart Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ workflows:
1010 description : |
1111 This workflow deploys the artifact bucket for the app-on-lambda-with-atmos workflow.
1212 steps :
13- - command : terraform deploy s3-bucket/github-action-artifacts -s core-us-east-1-artifacts -var privileged_principal_arns=[]
13+ - command : terraform deploy s3-bucket/github-action-artifacts -s core-us-east-1-artifacts -var " privileged_principal_arns=[]"
1414
1515 deploy/artifact-bucket :
1616 description : |
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ workflows:
99 description : |
1010 Deploy the AWS Organization. This is required before finishing the root account requirements.
1111 steps :
12- - command : terraform deploy account -target=aws_organizations_organization.this[0] -s core-gbl-root
12+ - command : terraform deploy account -target=" aws_organizations_organization.this[0]" -s core-gbl-root
1313 - command : aws ram enable-sharing-with-aws-organization
1414 type : shell
1515
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ workflows:
2424 init/tfstate :
2525 description : Provision Terraform State Backend for initial deployment.
2626 steps :
27- - command : terraform deploy tfstate-backend -var=access_roles_enabled=false --stack core-use1-root --auto-generate-backend-file=false
27+ - command : terraform deploy tfstate-backend -var=" access_roles_enabled=false" --stack core-use1-root --auto-generate-backend-file=false
2828 - command : until aws s3 ls acme-core-use1-root-tfstate; do sleep 5; done
2929 type : shell
30- - command : terraform deploy tfstate-backend -var=access_roles_enabled=false --stack core-use1-root --init-run-reconfigure=false
30+ - command : terraform deploy tfstate-backend -var=" access_roles_enabled=false" --stack core-use1-root --init-run-reconfigure=false
3131
3232 deploy/tfstate :
3333 description : >-
You can’t perform that action at this time.
0 commit comments