Skip to content

Commit 8bb4f7f

Browse files
authored
Update redshift_security_group.html.markdown
underscores are not valid
1 parent bbd8b48 commit 8bb4f7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/aws/r/redshift_security_group.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Creates a new Amazon Redshift security group. You use security groups to control
1414

1515
```
1616
resource "aws_redshift_security_group" "default" {
17-
name = "redshift_sg"
17+
name = "redshift-sg"
1818
1919
ingress {
2020
cidr = "10.0.0.0/24"

0 commit comments

Comments
 (0)