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
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,7 @@ Terraform version 0.10.3 or newer is required for this module to work.
167
167
| cidr | The CIDR block for the VPC. Default value is a valid CIDR, but not acceptable by AWS and should be overriden | string |`0.0.0.0/0`| no |
168
168
| create_database_subnet_group | Controls if database subnet group should be created | string |`true`| no |
169
169
| create_vpc | Controls if VPC should be created (it affects almost all resources) | string |`true`| no |
170
+
| database_subnet_group_tags | Additional tags for the database subnet group | string |`<map>`| no |
170
171
| database_subnet_tags | Additional tags for the database subnets | string |`<map>`| no |
171
172
| database_subnets | A list of database subnets | list |`<list>`| no |
172
173
| default_route_table_tags | Additional tags for the default route table | string |`<map>`| no |
@@ -191,14 +192,16 @@ Terraform version 0.10.3 or newer is required for this module to work.
191
192
| enable_s3_endpoint | Should be true if you want to provision an S3 endpoint to the VPC | string |`false`| no |
192
193
| enable_vpn_gateway | Should be true if you want to create a new VPN Gateway resource and attach it to the VPC | string |`false`| no |
193
194
| external_nat_ip_ids | List of EIP IDs to be assigned to the NAT Gateways (used in combination with reuse_nat_ips) | list |`<list>`| no |
195
+
| igw_tags | Additional tags for the internet gateway | string |`<map>`| no |
194
196
| instance_tenancy | A tenancy option for instances launched into the VPC | string |`default`| no |
195
197
| intra_route_table_tags | Additional tags for the intra route tables | string |`<map>`| no |
196
198
| intra_subnet_tags | Additional tags for the intra subnets | string |`<map>`| no |
197
199
| intra_subnets | A list of intra subnets | list |`<list>`| no |
198
200
| manage_default_vpc | Should be true to adopt and manage Default VPC | string |`false`| no |
199
201
| map_public_ip_on_launch | Should be false if you do not want to auto-assign public IP on launch | string |`true`| no |
200
202
| name | Name to be used on all the resources as identifier | string | `` | no |
201
-
| nat_gateway_tags | Additional tags for the nat gateways | string |`<map>`| no |
203
+
| nat_eip_tags | Additional tags for the NAT EIP | string |`<map>`| no |
204
+
| nat_gateway_tags | Additional tags for the NAT gateways | string |`<map>`| no |
202
205
| one_nat_gateway_per_az | Should be true if you want only one NAT Gateway per availability zone. Requires `var.azs` to be set, and the number of `public_subnets` created to be greater than or equal to the number of availability zones specified in `var.azs`. | string |`false`| no |
203
206
| private_route_table_tags | Additional tags for the private route tables | string |`<map>`| no |
204
207
| private_subnet_tags | Additional tags for the private subnets | string |`<map>`| no |
@@ -208,13 +211,15 @@ Terraform version 0.10.3 or newer is required for this module to work.
208
211
| public_route_table_tags | Additional tags for the public route tables | string |`<map>`| no |
209
212
| public_subnet_tags | Additional tags for the public subnets | string |`<map>`| no |
210
213
| public_subnets | A list of public subnets inside the VPC | string |`<list>`| no |
214
+
| redshift_subnet_group_tags | Additional tags for the redshift subnet group | string |`<map>`| no |
211
215
| redshift_subnet_tags | Additional tags for the redshift subnets | string |`<map>`| no |
212
216
| redshift_subnets | A list of redshift subnets | list |`<list>`| no |
213
217
| 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 |
214
218
| 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 |
215
219
| tags | A map of tags to add to all resources | string |`<map>`| no |
216
220
| vpc_tags | Additional tags for the VPC | string |`<map>`| no |
217
221
| vpn_gateway_id | ID of VPN Gateway to attach to the VPC | string | `` | no |
222
+
| vpn_gateway_tags | Additional tags for the VPN gateway | string |`<map>`| no |
0 commit comments