Skip to content

Commit

Permalink
use index in test config
Browse files Browse the repository at this point in the history
Co-authored-by: Dirk Avery <[email protected]>
  • Loading branch information
johnsonaj and YakDriver authored Jun 22, 2023
1 parent f49f9fa commit 64dd57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/storagegateway/smb_file_share_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ resource "aws_storagegateway_smb_file_share" "test" {
kms_key_arn = aws_kms_key.test.arn
location_arn = aws_s3_bucket.test.arn
role_arn = aws_iam_role.test.arn
read_only = %t
read_only = %[1]t
}
`, readOnly))
}
Expand Down

0 comments on commit 64dd57f

Please sign in to comment.