-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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
aws_launch_template default values does not match documentation #20493
Labels
documentation
Introduces or discusses updates to documentation.
service/ec2
Issues and PRs that pertain to the ec2 service.
Comments
github-actions
bot
added
needs-triage
Waiting for first response or review from a maintainer.
service/ec2
Issues and PRs that pertain to the ec2 service.
labels
Aug 9, 2021
ewbankkit
added
documentation
Introduces or discusses updates to documentation.
and removed
needs-triage
Waiting for first response or review from a maintainer.
labels
Aug 9, 2021
nicwaller
added a commit
to nicwaller/terraform-provider-aws
that referenced
this issue
Aug 26, 2021
As shown in hashicorp#20493 the documentation does not accurately reflect the current observed behaviour of this provider. The docs say that metadata_options.http_endpoint is optional, but the provider gives an error if http_endpoint is omitted.
I opened a pull request (#20701) to fix the docs. |
breathingdust
pushed a commit
that referenced
this issue
Aug 26, 2021
As shown in #20493 the documentation does not accurately reflect the current observed behaviour of this provider. The docs say that metadata_options.http_endpoint is optional, but the provider gives an error if http_endpoint is omitted.
nikhil-goenka
pushed a commit
to nikhil-goenka/terraform-provider-aws
that referenced
this issue
Sep 2, 2021
…orp#20701) As shown in hashicorp#20493 the documentation does not accurately reflect the current observed behaviour of this provider. The docs say that metadata_options.http_endpoint is optional, but the provider gives an error if http_endpoint is omitted.
Fixed with #20701; closing |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
documentation
Introduces or discusses updates to documentation.
service/ec2
Issues and PRs that pertain to the ec2 service.
Community Note
Terraform CLI and Terraform AWS Provider Version
terraform: 1.0.4
aws provider: 3.53.0
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
As stated in the documentation I would expect the default value for
http_endpoint
to beenabled
and therefore I would expect that no error would be thrown.Actual Behavior
An error is thrown indicating that the string is actually empty.
From my perspective either the documentation is incorrect or the default value is missing in the provider.
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: