Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed May 27, 2022
1 parent bae8c0f commit 6fc7a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/service/redshift/endpoint_access_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ resource "aws_redshift_endpoint_access" "test" {
endpoint_name = %[1]q
subnet_group_name = aws_redshift_subnet_group.test.id
cluster_identifier = aws_redshift_cluster.test.cluster_identifier
vpc_security_group_ids = [aws_security_group.test.id]
vpc_security_group_ids = [aws_security_group.test.id]
}
`, rName))
}
Expand All @@ -242,7 +242,7 @@ resource "aws_redshift_endpoint_access" "test" {
endpoint_name = %[1]q
subnet_group_name = aws_redshift_subnet_group.test.id
cluster_identifier = aws_redshift_cluster.test.cluster_identifier
vpc_security_group_ids = [aws_security_group.test.id, aws_security_group.test2.id]
vpc_security_group_ids = [aws_security_group.test.id, aws_security_group.test2.id]
}
`, rName))
}

0 comments on commit 6fc7a52

Please sign in to comment.