Update redshift_security_group.html.markdown
underscores are not valid
This commit is contained in:
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…
Reference in New Issue