Update redshift_security_group.html.markdown

underscores are not valid
pull/9075/head
Jay Wallace 10 years ago committed by GitHub
parent bbd8b48251
commit 8bb4f7f05b

@ -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"

Loading…
Cancel
Save