We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a follow up on cloudposse/terraform-aws-ec2-autoscale-group#87
For some time AWS allows to enable instance tags in metadata through:
metadata_options { instance_metadata_tags = "enabled" }
See: https://aws.amazon.com/about-aws/whats-new/2022/01/instance-tags-amazon-ec2-instance-metadata-service/
Ability to enable instance_metadata_tags
Please see original issue in terraform-aws-ec2-autoscale-group/
terraform-aws-ec2-autoscale-group/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Feature
This is a follow up on cloudposse/terraform-aws-ec2-autoscale-group#87
For some time AWS allows to enable instance tags in metadata through:
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/
The text was updated successfully, but these errors were encountered: