File tree 2 files changed +1
-3
lines changed 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1608,7 +1608,6 @@ func TestAccEC2Instance_BlockDeviceTags_defaultTagsVolumeTags(t *testing.T) {
1608
1608
ctx := acctest .Context (t )
1609
1609
var v ec2.Instance
1610
1610
resourceName := "aws_instance.test"
1611
- //rName := sdkacctest.RandomWithPrefix(acctest.ResourcePrefix)
1612
1611
1613
1612
emptyMap := map [string ]string {}
1614
1613
mapWithOneKey1 := map [string ]string {"brodo" : "baggins" }
@@ -1684,7 +1683,6 @@ func TestAccEC2Instance_BlockDeviceTags_defaultTagsEBSRoot(t *testing.T) {
1684
1683
ctx := acctest .Context (t )
1685
1684
var v ec2.Instance
1686
1685
resourceName := "aws_instance.test"
1687
- //rName := sdkacctest.RandomWithPrefix(acctest.ResourcePrefix)
1688
1686
1689
1687
emptyMap := map [string ]string {}
1690
1688
mapWithOneKey1 := map [string ]string {"gigi" : "kitty" }
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ resource "aws_instance" "this" {
180
180
181
181
## Tag Guide
182
182
183
- Here's a breakdown of the five types of tags you might encounter relative to an ` aws_instance ` :
183
+ These are the five types of tags you might encounter relative to an ` aws_instance ` :
184
184
185
185
1 . ** Instance tags** : Applied to instances but not to ` ebs_block_device ` and ` root_block_device ` volumes.
186
186
2 . ** Default tags** : Applied to the instance and to ` ebs_block_device ` and ` root_block_device ` volumes.
You can’t perform that action at this time.
0 commit comments