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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Then perform the following commands on the root folder:
95
95
| Name | Description | Type | Default | Required |
96
96
|------|-------------|:----:|:-----:|:-----:|
97
97
| auto\_create\_subnetworks | When set to true, the network is created in 'auto subnet mode' and it will create a subnet for each region automatically across the 10.128.0.0/9 address range. When set to false, the network is created in 'custom subnet mode' so the user can explicitly connect subnetwork resources. | bool |`"false"`| no |
98
-
| delete\_default\_internet\_gateway\_routes | If set, ensure that all routes within the network specified whose names begin with 'default-route' and with a next hop of 'default-internet-gateway' are deleted |string|`"false"`| no |
98
+
| delete\_default\_internet\_gateway\_routes | If set, ensure that all routes within the network specified whose names begin with 'default-route' and with a next hop of 'default-internet-gateway' are deleted |bool|`"false"`| no |
99
99
| description | An optional description of this resource. The resource must be recreated to modify this field. | string |`""`| no |
100
100
| network\_name | The name of the network being created | string | n/a | yes |
101
101
| project\_id | The ID of the project where this VPC will be created | string | n/a | yes |
Copy file name to clipboardExpand all lines: modules/routes-beta/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,6 @@ module "vpc" {
57
57
58
58
| Name | Description | Type | Default | Required |
59
59
|------|-------------|:----:|:-----:|:-----:|
60
-
| delete\_default\_internet\_gateway\_routes | If set, ensure that all routes within the network specified whose names begin with 'default-route' and with a next hop of 'default-internet-gateway' are deleted | string |`"false"`| no |
61
60
| module\_depends\_on | List of modules or resources this module depends on. | list |`<list>`| no |
62
61
| network\_name | The name of the network where routes will be created | string | n/a | yes |
63
62
| project\_id | The ID of the project where the routes will be created | string | n/a | yes |
description="If set, ensure that all routes within the network specified whose names begin with 'default-route' and with a next hop of 'default-internet-gateway' are deleted"
39
-
default="false"
40
-
}
41
-
42
37
variable"module_depends_on" {
43
38
description="List of modules or resources this module depends on."
Copy file name to clipboardExpand all lines: modules/routes/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,6 @@ module "vpc" {
46
46
47
47
| Name | Description | Type | Default | Required |
48
48
|------|-------------|:----:|:-----:|:-----:|
49
-
| delete\_default\_internet\_gateway\_routes | If set, ensure that all routes within the network specified whose names begin with 'default-route' and with a next hop of 'default-internet-gateway' are deleted | string |`"false"`| no |
50
49
| module\_depends\_on | List of modules or resources this module depends on. | list |`<list>`| no |
51
50
| network\_name | The name of the network where routes will be created | string | n/a | yes |
52
51
| project\_id | The ID of the project where the routes will be created | string | n/a | yes |
0 commit comments