Skip to content

Automatically create S3 backend bucket from pipeline #737

Closed Answered by arsci
gberlot-luna asked this question in How do I
Discussion options

You must be logged in to vote

Ah, I think I understand what's happening @gberlot-luna.

It looks like your ecs-deploy-runner is on v0.45.11, this can be checked by looking at the build_deploy_runner_image.sh build arguments. Looking at your infrastructure-live repo I can see this being passed in: --build-arg 'terragrunt_version=v0.45.11' \ along with terraform version 1.1.9 from --build-arg 'terraform_version=1.1.9' \

What is likely happening is you deployed locally using v0.36.0, which is over a year old. This also explains the ACL error you were seeing (as this was fixed in terragrunt v0.45.4).

Terragrunt state currently is expecting v0.36.0 since that's what it was created with, but the ecs-deploy-runner is on a muc…

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@gberlot-luna
Comment options

@arsci
Comment options

arsci Jun 22, 2023
Collaborator

Comment options

You must be logged in to vote
1 reply
@arsci
Comment options

arsci Jun 23, 2023
Collaborator

Answer selected by arsci
Comment options

You must be logged in to vote
1 reply
@arsci
Comment options

arsci Jun 26, 2023
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment