Closed IkePCampbell closed 2 years ago
I forked this into a private org I hope that doesn't deter anything!
I tested this change locally and it went through here is my terragrunt plan
# aws_launch_template.default[0] will be updated in-place
~ resource "aws_launch_template" "default" {
~ default_version = 2 -> (known after apply)
id = "REDACTED"
~ latest_version = 2 -> (known after apply)
name = "REDACTED"
tags = {
"foo" = "barr"
}
# (10 unchanged attributes hidden)
+ monitoring {
+ enabled = true
}
# (6 unchanged blocks hidden)
}
Closing in favor of https://github.com/cloudposse/terraform-aws-eks-node-group/pull/126
What did I do
Why did I do this
Helpful references