Skip to content

Commit 08cd20a

Browse files
authored
default tags: add changelog and upgrade guide entry (#31343)
* add CHANGELOG entry * add default tags to upgrade guide * fix typo
1 parent c9b0bdc commit 08cd20a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.changelog/30793.txt

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
```release-note:enhancement
2+
provider: Duplicate `default_tags` can now be included and will be overwritten by resource `tags`
3+
```
4+
5+
```release-note:enhancement
6+
provider: Allow `default_tags` and resource `tags` to include zero values `""`
7+
```
8+
9+
```release-note:enhancement
10+
provider: Allow `computed` `tags` on resources
11+
```

website/docs/guides/version-5-upgrade.html.md

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Upgrade topics:
1818

1919
- [Provider Version Configuration](#provider-version-configuration)
2020
- [Provider Arguments](#provider-arguments)
21+
- [Default Tags](#default-tags)
2122
- [Data Source: aws_api_gateway_rest_api](#data-source-aws_api_gateway_rest_api)
2223
- [Data Source: aws_identitystore_group](#data-source-aws_identitystore_group)
2324
- [Data Source: aws_identitystore_user](#data-source-aws_identitystore_user)
@@ -167,6 +168,14 @@ The [`aws_redshift_service_account`](/docs/providers/aws/d/redshift_service_acco
167168

168169
The `aws_subnet_ids` data source has been removed. Use the [`aws_subnets`](/docs/providers/aws/d/subnets.html) data source instead.
169170

171+
## Default Tags
172+
173+
The following enhancements are included:
174+
175+
* Duplicate `default_tags` can now be included and will be overwritten by resource `tags`.
176+
* Zero value tags, `""`, can now be included in both `default_tags` and resource `tags`.
177+
* Tags can now be `computed`.
178+
170179
## EC2-Classic Retirement
171180

172181
Following the retirement of EC2-Classic a number of resources and attributes have been removed.

0 commit comments

Comments
 (0)