Skip to content

Commit

Permalink
updated hashicorp#10807 - fix tags conflict with launch template
Browse files Browse the repository at this point in the history
  • Loading branch information
arnvid committed Jun 21, 2021
1 parent 975181b commit 9eee05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ func resourceAwsInstance() *schema.Resource {
Computed: true,
ForceNew: true,
},
"tags": tagsSchema(),
"tags": tagsSchemaComputed(),
"tags_all": tagsSchemaComputed(),
"tenancy": {
Type: schema.TypeString,
Expand Down

0 comments on commit 9eee05a

Please sign in to comment.