We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 446e52f + 399db27 commit ae39c9eCopy full SHA for ae39c9e
1 file changed
.github/workflows/cicd-3-test-deploy.yaml
@@ -66,6 +66,17 @@ jobs:
66
with:
67
terraform_version: ${{ needs.metadata.outputs.terraform_version }}
68
69
+ - name: "Configure AWS Credentials (IAM Bootstrap Role)"
70
+ uses: aws-actions/configure-aws-credentials@v6
71
+ with:
72
+ role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/service-roles/github-actions-iam-bootstrap-role
73
+ aws-region: eu-west-2
74
+
75
+ - name: "Deploy IAM roles (iams-developer-roles stack)"
76
+ working-directory: ./infrastructure
77
+ run: |
78
+ make terraform env=test stack=iams-developer-roles tf-command=apply workspace=default
79
80
- name: "Configure AWS Credentials"
81
uses: aws-actions/configure-aws-credentials@v6
82
0 commit comments