-
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.
Merge pull request #17974 from hashicorp/f-resource-default-tags-poc
[Proof of Concept] Default tags implementation: provider and subnet/vpc resources
- Loading branch information
Showing
14 changed files
with
1,671 additions
and
93 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,15 @@ | ||
```release-note:note | ||
provider: New `default_tags` argument as a public preview for applying tags across all resources under a provider. Support for the functionality must be added to individual resources in the codebase and is only implemented for the `aws_subnet` and `aws_vpc` resources at this time. Until a general availability announcement, no compatibility promises are made with these provider arguments and their functionality. | ||
``` | ||
|
||
```release-note:enhancement | ||
provider: Add `default_tags` argument (in public preview, see note above) | ||
|
||
|
||
```release-note:enhancement | ||
resource/aws_subnet: Support provider-wide default tags (in public preview, see note above) | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_vpc: Support provider-wide default tags (in public preview, see note above) | ||
``` |
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
Oops, something went wrong.