fix: Correct capacity_reservation_target within launch templates of both EKS and self managed node groups (#1979)

This commit is contained in:
Bryant Biggs
2022-04-02 14:49:25 -04:00
committed by GitHub
parent 6d7245621f
commit 381144e3bb
5 changed files with 18 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ Note that this example may create resources which cost money. Run `terraform des
| Name | Type |
|------|------|
| [aws_ec2_capacity_reservation.targeted](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_capacity_reservation) | resource |
| [aws_key_pair.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/key_pair) | resource |
| [aws_kms_key.ebs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key) | resource |
| [aws_kms_key.eks](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key) | resource |