You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days
Description
AWS EKS Node Group creates a new launch template version every time if enable_monitoring = false
terraform-aws-eks/modules/eks-managed-node-group/main.tf
Lines 243 to 249 in 50cb230
when enable_monitoring is false terraform will remove the enabled = false under monitoring
If your request is for a new feature, please use the
Feature request
template.Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Module version [Required]: 19.21.0
Terraform version: 1.3
Reproduction Code [Required]
Run the example
https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/examples/eks-managed-node-group/eks-al2.tf
Steps to reproduce the behavior:
Expected behavior
launch template should not change if there are no changes.
Actual behavior
a new version of launch template on every subsequent runs.
The text was updated successfully, but these errors were encountered: