Update redshift_subnet_group.html.markdown

This commit is contained in:
Jay Wallace 2016-09-18 21:41:29 -07:00 committed by GitHub
parent 95c28aca4f
commit cd9437a82a
1 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,6 @@ resource "aws_redshift_subnet_group" "foo" {
name = "foo"
subnet_ids = ["${aws_subnet.foo.id}", "${aws_subnet.bar.id}"]
}
`
```
## Argument Reference
@ -62,4 +61,4 @@ Redshift subnet groups can be imported using the `name`, e.g.
```
$ terraform import aws_redshift_subnet_group.testgroup1 test-cluster-subnet-group
```
```