-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: http endpoint not defaulted (#24774)
* fix: http endpoint not defaulted * Add changelog entry * Fix attribute name * chore: adjust changelog * r/aws_instance(test): metadata_options defaults --------- Co-authored-by: Andy Haynssen <[email protected]> Co-authored-by: Jared Baker <[email protected]>
- Loading branch information
1 parent
2ad3dd6
commit e1f2849
Showing
3 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
```release-note:bug | ||
resource/aws_instance: Fix default for `metadata_options.http_endpoint` argument. | ||
``` | ||
|
||
```release-note:note | ||
resource/aws_instance: The `metadata_options.http_endpoint` argument now correctly defaults to `enabled`. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters