cloudposse / cloudposse/terraform-aws-eks-workers
Expose metadata_options {instance_metadata_tags}
Open
- Dominant language
- HCL
- Stars
- 92
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the Feature
This is a follow up on https://github.com/cloudposse/terraform-aws-ec2-autoscale-group/issues/87
For some time AWS allows to enable instance tags in metadata through:
```hcl
metadata_options {
instance_metadata_tags = "enabled"
}
```
See: https://aws.amazon.com/about-aws/whats-new/2022/01/instance-tags-amazon-ec2-instance-metadata-service/
## Expected Behavior
Ability to enable instance_metadata_tags
## Use Case
Please see original issue in `terraform-aws-ec2-autoscale-group/`
Contributor guide
Assessment
This issue has not been assessed yet.