Skip to content

Commit

Permalink
adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
ovdickson committed Dec 17, 2024
1 parent 329bf57 commit 7cd00b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sahil-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
-backend-config='bucket=${{ inputs.backend_s3_bucket }}' \
-backend-config='key=docker-ecr/terraform-${{ env.ECR_REPO_NAME }}.tfstate' \
-backend-config='dynamodb_table=${{ inputs.backend_dynamodb_table }}' \
-backend-config='assume_role={ role_arn = "arn:aws:iam::${{ inputs.aws_account_id }}:role/${{ inputs.backend_iam_role }}" }'
-backend-config="assume_role={ role_arn = "arn:aws:iam::${{ inputs.aws_account_id }}:role/${{ inputs.backend_iam_role }}" }"
working-directory: infra/terraform

- name: Create ECR repo [TF apply]
Expand Down

0 comments on commit 7cd00b0

Please sign in to comment.