Closed IkePCampbell closed 2 years ago
/test all
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)
}
/test all
What did I do
Why did I do this
Helpful references