Update redshift_security_group.html.markdown

underscores are not valid
This commit is contained in:
Jay Wallace 2016-09-19 10:47:18 -07:00 committed by GitHub
parent bbd8b48251
commit 8bb4f7f05b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Creates a new Amazon Redshift security group. You use security groups to control
```
resource "aws_redshift_security_group" "default" {
name = "redshift_sg"
name = "redshift-sg"
ingress {
cidr = "10.0.0.0/24"