Replies: 1 comment 2 replies
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, some background
we have a root terragrunt.hcl file with the following, notice the lack of version declaration
Each module then runs
The problem :
for some reason the storage module, insists on importing a lower version of aws than what we need and i get tons of errors on some s3 declarations.
storage/terragrunt.lock.hcl :
While for example in kubernetes module :
I tried deleting all .terragrunt-cache folders, tried running init and init -upgrade but it keeps insisting on 3.74.3 for storage and i can't for the life of me figure out why.
P.S
initially i was getting the following error
But then i ran
and as you can see it pulled 3.74 instead of 4.
Please advise :)
Tracked in ticket #110043
Beta Was this translation helpful? Give feedback.
All reactions