aws_instance doesn't correctly populate the default http_endpoint metadata_option #16781
Labels
bug
Addresses a defect in current functionality.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
Expected Behavior
it should create an AWS EC2 instance without any errors
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
References
Explicitly assigning a value to
http_endpoint
attribute works, but the doc says it is optional and defaults to "enabled". Therefore, I should be able to create an instance without explicitly specifying it.The text was updated successfully, but these errors were encountered: