cloudposse / terraform-aws-eks-node-group

Terraform module to provision a fully managed AWS EKS Node Group
https://cloudposse.com/accelerate
Apache License 2.0
91 stars 128 forks source link

Detailed monitoring #126

Closed IkePCampbell closed 2 years ago

IkePCampbell commented 2 years ago

What did I do

Why did I do this

Helpful references

dotCipher commented 2 years ago

/test all

IkePCampbell commented 2 years ago

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)
    }
dotCipher commented 2 years ago

/test all