Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Oct 16, 2020
1 parent 6dbc238 commit c115a4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws/resource_aws_fsx_lustre_file_system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1065,9 +1065,9 @@ resource "aws_fsx_lustre_file_system" "test" {
func testAccAwsFsxLustreFileSystemCopyTagsToBackups() string {
return testAccAwsFsxLustreFileSystemConfigBase() + `
resource "aws_fsx_lustre_file_system" "test" {
storage_capacity = 1200
subnet_ids = [aws_subnet.test1.id]
copy_tags_to_backups = true
storage_capacity = 1200
subnet_ids = [aws_subnet.test1.id]
copy_tags_to_backups = true
}
`
}

0 comments on commit c115a4f

Please sign in to comment.