Skip to content

Commit

Permalink
fix - attempt assume role issue for S3 backend (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcnaluri authored Dec 5, 2024
1 parent fda3b10 commit ae2e3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/terraform/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform.init:
-backend-config="region=$(TERRAFORM_BACKEND_REGION)" \
-backend-config="encrypt=true" \
-backend-config="dynamodb_table=$(TERRAFORM_BACKEND_DYNAMODB_TABLE)" \
-backend-config="role_arn=$(TERRAFORM_BACKEND_ROLE_ARN)"
-backend-config="assume_role={role_arn=\"$(TERRAFORM_BACKEND_ROLE_ARN)\"}"
terraform workspace select $(TERRAFORM_WORKSPACE) || terraform workspace new $(TERRAFORM_WORKSPACE)

terraform.plan:
Expand Down

0 comments on commit ae2e3b0

Please sign in to comment.