You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resource/aws_instance: Apply default tags to volumes/block devices managed through an `aws_instance`, add `ebs_block_device.*.tags_all` and `root_block_device.*.tags_all` attributes which include default tags
@@ -380,18 +380,18 @@ implement the logic to convert the configuration tags into the service API call
380
380
```
381
381
382
382
Some EC2 resources (e.g., [`aws_ec2_fleet`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_fleet)) have a `TagSpecifications` field in the `InputStruct` instead of a `Tags` field.
383
-
In these cases the `tagSpecificationsFromKeyValueTags()` helper function should be used.
383
+
In these cases the `tagSpecificationsFromKeyValue()` helper function should be used.
0 commit comments