@@ -256,6 +256,8 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
256256| create\_ redshift\_ subnet\_ group | Controls if redshift subnet group should be created | bool | ` "true" ` | no |
257257| create\_ redshift\_ subnet\_ route\_ table | Controls if separate route table for redshift should be created | bool | ` "false" ` | no |
258258| create\_ vpc | Controls if VPC should be created (it affects almost all resources) | bool | ` "true" ` | no |
259+ | customer\_ gateway\_ tags | Additional tags for the Customer Gateway | map(string) | ` {} ` | no |
260+ | customer\_ gateways | Maps of Customer Gateway's attributes (BGP ASN and Gateway's Internet-routable external IP address) | map(map(any)) | ` {} ` | no |
259261| database\_ acl\_ tags | Additional tags for the database subnets network ACL | map(string) | ` {} ` | no |
260262| database\_ dedicated\_ network\_ acl | Whether to use dedicated network ACL (not default) and custom rules for database subnets | bool | ` "false" ` | no |
261263| database\_ inbound\_ acl\_ rules | Database subnets inbound network ACL rules | list(map(string)) | ` [ { "cidr_block": "0.0.0.0/0", "from_port": 0, "protocol": "-1", "rule_action": "allow", "rule_number": 100, "to_port": 0 } ] ` | no |
@@ -506,6 +508,7 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
506508| Name | Description |
507509| ------| -------------|
508510| azs | A list of availability zones specified as argument to this module |
511+ | cgw\_ ids | List of IDs of Customer Gateway |
509512| database\_ network\_ acl\_ id | ID of the database network ACL |
510513| database\_ route\_ table\_ ids | List of IDs of database route tables |
511514| database\_ subnet\_ arns | List of ARNs of database subnets |
@@ -564,6 +567,7 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
564567| redshift\_ subnets | List of IDs of redshift subnets |
565568| redshift\_ subnets\_ cidr\_ blocks | List of cidr_blocks of redshift subnets |
566569| redshift\_ subnets\_ ipv6\_ cidr\_ blocks | List of IPv6 cidr_blocks of redshift subnets in an IPv6 enabled VPC |
570+ | this\_ customer\_ gateway | Map of Customer Gateway attributes |
567571| vgw\_ id | The ID of the VPN Gateway |
568572| vpc\_ arn | The ARN of the VPC |
569573| vpc\_ cidr\_ block | The CIDR block of the VPC |
0 commit comments