Skip to content

Commit

Permalink
spaces and tabs, forever at war
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Jun 9, 2017
1 parent 8784f11 commit 02e780a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions aws/resource_aws_ebs_snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@ func testAccCheckSnapshotExists(n string, v *ec2.Snapshot) resource.TestCheckFun

const testAccAwsEbsSnapshotConfig = `
resource "aws_ebs_volume" "test" {
availability_zone = "us-west-2a"
size = 1
availability_zone = "us-west-2a"
size = 1
}
resource "aws_ebs_snapshot" "test" {
volume_id = "${aws_ebs_volume.test.id}"
volume_id = "${aws_ebs_volume.test.id}"
tags {
Name = "testAccAwsEbsSnapshotConfig"
}
tags {
Name = "testAccAwsEbsSnapshotConfig"
}
}
`

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ebs_snapshot.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "aws_ebs_volume" "example" {
}
resource "aws_ebs_snapshot" "example_snapshot" {
volume_id = "${aws_ebs_volume.example.id}"
volume_id = "${aws_ebs_volume.example.id}"
tags {
Name = "HelloWorld_snap"
Expand Down

0 comments on commit 02e780a

Please sign in to comment.