r/aws_instance.metadata_options should support http_protocol_ipv6 in order to enable IPv6 IMDS #22332
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
Community Note
Description
r/aws_instance.metadata_options
should supporthttp_protocol_ipv6 = "enabled"
etc. in order to enable IPv6 IMDSNew or Affected Resource(s)
r/aws_instance
Potential Terraform Configuration
References
terraform-provider-aws/internal/service/ec2/instance.go
Line 1556 in 393773a
r/aws_launch_template.metadata_options
already seems to support it, I'm going to try it as a workaround: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template#http_protocol_ipv6r/aws_instance.metadata_options
seems more flexible and convenientThe text was updated successfully, but these errors were encountered: