Replies: 1 comment
-
Thanks for creating this, @gabo89 ! I'm going to convert this to a discussion. That's a better place, in general, for conversations like this. |
Beta Was this translation helpful? Give feedback.
0 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.
-
this is not a issues but a solution to one of most biggest headaches i encounter in terragrunt, trying to mock values that area attached to data sources or to modules that expect real valid values in order to make it valid, is is related to mock_ outputs fake values , i encounter this during my terragrutn sessions and want to post this valuable solution to all
with this structure in my aks terraform module (check the depends on data structure)
when i call the vnet dependnecy that is require for my aks , the plan phase will still show valid skipign the validation or check if the mocked values actually exists as resources
apply this whenever you require it and remember to set the dependecy to a good value that is 100% related to the object itself beign created so the self reference make us ignore the strick checking in the mockign value
Beta Was this translation helpful? Give feedback.
All reactions