File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ module "network" {
5757
5858| Name | Description | Type | Default | Required |
5959| ------| -------------| ------| ---------| :--------:|
60- | attachInternetGateway | To attach or not the internet gateway within the public subnet. | ` boolean ` | ` true ` | no |
60+ | attachInternetGateway | To attach or not the internet gateway within the public subnet. | ` bool ` | ` true ` | no |
6161| byoip | Enable module to use your own Elastic IPs (Bring Your Own IP) | ` bool ` | ` false ` | no |
6262| cf\_ export\_ name | Name prefix for the export resources of the cloud formation output | ` string ` | ` "" ` | no |
6363| eip\_ allocation\_ ids | User-specified primary or secondary private IP address to associate with the Elastic IP address | ` list(string) ` | ` [] ` | no |
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ variable "kms_key_arn" {
326326}
327327
328328variable "attachInternetGateway" {
329- type = boolean
329+ type = bool
330330 default = true
331331 description = " To attach or not the internet gateway within the public subnet."
332332}
You can’t perform that action at this time.
0 commit comments