mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 23:23:59 -06:00
Update redshift_subnet_group.html.markdown
This commit is contained in:
parent
95c28aca4f
commit
cd9437a82a
@ -39,7 +39,6 @@ resource "aws_redshift_subnet_group" "foo" {
|
||||
name = "foo"
|
||||
subnet_ids = ["${aws_subnet.foo.id}", "${aws_subnet.bar.id}"]
|
||||
}
|
||||
`
|
||||
```
|
||||
|
||||
## Argument Reference
|
||||
|
Loading…
Reference in New Issue
Block a user