diff --git a/.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml b/.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml index c1cdbc64..30b5d5fb 100644 --- a/.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml +++ b/.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml @@ -49,6 +49,7 @@ jobs: aws-region: ${{ env.AWS_REGION }} role-to-assume: ${{ env.AWS_ROLE_ARN }} role-session-name: github-actions + role-skip-session-tagging: true - name: Init working-directory: ${{ env.BASE_DIR }}/${{ matrix.component }} diff --git a/.github/workflows/terraform-standard-iac-pipeline-aws-global-landingzone-baseline.yaml b/.github/workflows/terraform-standard-iac-pipeline-aws-global-landingzone-baseline.yaml index 60c06537..43f2f5bc 100644 --- a/.github/workflows/terraform-standard-iac-pipeline-aws-global-landingzone-baseline.yaml +++ b/.github/workflows/terraform-standard-iac-pipeline-aws-global-landingzone-baseline.yaml @@ -48,6 +48,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} role-to-assume: ${{ env.AWS_ROLE_ARN }} role-session-name: github-actions + role-skip-session-tagging: true - name: Terraform Init (LandingZone) working-directory: ${{ env.TF_WORKDIR }}/envs/dev-landingzone diff --git a/.github/workflows/terraform-standard-iac-pipeline-aws-resources-matrix.yaml b/.github/workflows/terraform-standard-iac-pipeline-aws-resources-matrix.yaml index 508b3568..56ab558c 100644 --- a/.github/workflows/terraform-standard-iac-pipeline-aws-resources-matrix.yaml +++ b/.github/workflows/terraform-standard-iac-pipeline-aws-resources-matrix.yaml @@ -49,6 +49,7 @@ jobs: aws-region: ${{ env.AWS_REGION }} role-to-assume: ${{ env.AWS_ROLE_ARN }} role-session-name: github-actions + role-skip-session-tagging: true - name: Init working-directory: ${{ env.BASE_DIR }}/${{ matrix.env }}