Skip to content

Commit cd9437a

Browse files
authored
Update redshift_subnet_group.html.markdown
1 parent 95c28ac commit cd9437a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

website/source/docs/providers/aws/r/redshift_subnet_group.html.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ resource "aws_redshift_subnet_group" "foo" {
3939
name = "foo"
4040
subnet_ids = ["${aws_subnet.foo.id}", "${aws_subnet.bar.id}"]
4141
}
42-
`
4342
```
4443

4544
## Argument Reference
@@ -62,4 +61,4 @@ Redshift subnet groups can be imported using the `name`, e.g.
6261

6362
```
6463
$ terraform import aws_redshift_subnet_group.testgroup1 test-cluster-subnet-group
65-
```
64+
```

0 commit comments

Comments
 (0)