Skip to content

There is a backward incompatibility in terraform-aws-service-catalog for eks-cluster v0.63.4 #138

Answered by yorinasub17
yorinasub17 asked this question in Help
Discussion options

You must be logged in to vote

I have identified the root cause for this diff. It is caused by this PR, https://github.com/gruntwork-io/terraform-aws-service-catalog/pull/994, which introduced a new null_resource that is skewing the dependency chain.

I have confirmed that running the following should resolve this recreation:

terragrunt apply -target null_resource.depend_on_auth_merger # on v0.63.4. Make sure the plan looks minimal!

Once the null_resource is created, everything should be knowable at plan time and thus avoid all the recreations. This applies to both self managed and managed worker nodes.

Replies: 2 comments 3 replies

Comment options

@jeffreymlewis
Comment options

@jeffreymlewis
Comment options

@yorinasub17
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by yorinasub17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
3 participants