You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -170,11 +170,7 @@ Sometimes it is handy to have public access to RDS instances (it is not recommen
170
170
Sometimes it is handy to have public access to Redshift clusters (for example if you need to access it by Kinesis - VPC endpoint for Kinesis is not yet supported by Redshift) by specifying these arguments:
171
171
172
172
```hcl
173
-
<<<<<<< HEAD
174
-
enable_public_redshift = true # <= Default it will be placed into private subnet route table
175
-
=======
176
173
enable_public_redshift = true # <= By default Redshift subnets will be associated with the private route table
177
-
>>>>>>> Redshift public subnets (#222)
178
174
```
179
175
180
176
## Terraform version
@@ -284,7 +280,6 @@ Terraform version 0.10.3 or newer is required for this module to work.
284
280
| redshift\_subnet\_suffix | Suffix to append to redshift subnets name | string |`"redshift"`| no |
285
281
| redshift\_subnet\_tags | Additional tags for the redshift subnets | map |`{}`| no |
286
282
| redshift\_subnets | A list of redshift subnets | list |`[]`| no |
287
-
| enable\_public\_redshift | Should be true if you want Redshift cluster to be placed into public subnet route table | string |`"false"`| no |
288
283
| reuse\_nat\_ips | Should be true if you don't want EIPs to be created for your NAT Gateways and will instead pass them in via the 'external_nat_ip_ids' variable | string |`"false"`| no |
289
284
| secondary\_cidr\_blocks | List of secondary CIDR blocks to associate with the VPC to extend the IP Address pool | list |`[]`| no |
290
285
| single\_nat\_gateway | Should be true if you want to provision a single shared NAT Gateway across all of your private networks | string |`"false"`| no |
0 commit comments