Skip to content

Commit 0716ee3

Browse files
committed
ec2/instance: Small fixes
1 parent 57c6b53 commit 0716ee3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

internal/service/ec2/ec2_instance_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,6 @@ func TestAccEC2Instance_BlockDeviceTags_defaultTagsVolumeTags(t *testing.T) {
16081608
ctx := acctest.Context(t)
16091609
var v ec2.Instance
16101610
resourceName := "aws_instance.test"
1611-
//rName := sdkacctest.RandomWithPrefix(acctest.ResourcePrefix)
16121611

16131612
emptyMap := map[string]string{}
16141613
mapWithOneKey1 := map[string]string{"brodo": "baggins"}
@@ -1684,7 +1683,6 @@ func TestAccEC2Instance_BlockDeviceTags_defaultTagsEBSRoot(t *testing.T) {
16841683
ctx := acctest.Context(t)
16851684
var v ec2.Instance
16861685
resourceName := "aws_instance.test"
1687-
//rName := sdkacctest.RandomWithPrefix(acctest.ResourcePrefix)
16881686

16891687
emptyMap := map[string]string{}
16901688
mapWithOneKey1 := map[string]string{"gigi": "kitty"}

website/docs/r/instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ resource "aws_instance" "this" {
180180

181181
## Tag Guide
182182

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`:
184184

185185
1. **Instance tags**: Applied to instances but not to `ebs_block_device` and `root_block_device` volumes.
186186
2. **Default tags**: Applied to the instance and to `ebs_block_device` and `root_block_device` volumes.

0 commit comments

Comments
 (0)