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
@@ -141,7 +141,7 @@ To attach access management tags to resources in this module, you need the follo
141
141
| <aname="input_is_flow_log_collector_active"></a> [is\_flow\_log\_collector\_active](#input\_is\_flow\_log\_collector\_active)| Indicates whether the collector is active. If false, this collector is created in inactive mode. |`bool`|`true`| no |
142
142
| <aname="input_name"></a> [name](#input\_name)| Name for VPC |`string`| n/a | yes |
143
143
| <a name="input_network_acls"></a> [network\_acls](#input\_network\_acls) | The list of ACLs to create. Provide at least one rule for each ACL. | <pre>list(<br> object({<br> name = string<br> add_ibm_cloud_internal_rules = optional(bool)<br> add_vpc_connectivity_rules = optional(bool)<br> prepend_ibm_rules = optional(bool)<br> rules = list(<br> object({<br> name = string<br> action = string<br> destination = string<br> direction = string<br> source = string<br> tcp = optional(<br> object({<br> port_max = optional(number)<br> port_min = optional(number)<br> source_port_max = optional(number)<br> source_port_min = optional(number)<br> })<br> )<br> udp = optional(<br> object({<br> port_max = optional(number)<br> port_min = optional(number)<br> source_port_max = optional(number)<br> source_port_min = optional(number)<br> })<br> )<br> icmp = optional(<br> object({<br> type = optional(number)<br> code = optional(number)<br> })<br> )<br> })<br> )<br> })<br> )</pre> | <pre>[<br> {<br> "add_ibm_cloud_internal_rules": true,<br> "add_vpc_connectivity_rules": true,<br> "name": "vpc-acl",<br> "prepend_ibm_rules": true,<br> "rules": []<br> }<br>]</pre> | no |
144
-
| <aname="input_network_cidr"></a> [network\_cidr](#input\_network\_cidr)| Network CIDR for the VPC. This is used to manage network ACL rules for cluster provisioning. |`string`|`"10.0.0.0/8"`| no |
144
+
| <aname="input_network_cidrs"></a> [network\_cidrs](#input\_network\_cidrs)|List of Network CIDRs for the VPC. This is used to manage network ACL rules for cluster provisioning. |`list(string)`|<pre>[<br> "10.0.0.0/8"<br>]</pre>| no |
145
145
| <aname="input_prefix"></a> [prefix](#input\_prefix)| The prefix that you would like to append to your resources |`string`| n/a | yes |
146
146
| <aname="input_region"></a> [region](#input\_region)| The region to which to deploy the VPC |`string`| n/a | yes |
147
147
| <aname="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id)| The resource group ID where the VPC to be created |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: landing-zone-submodule/management-vpc/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
@@ -43,7 +43,7 @@ No resources.
43
43
| <aname="input_ibmcloud_api_key"></a> [ibmcloud\_api\_key](#input\_ibmcloud\_api\_key)| IBM Cloud API Key that will be used for authentication in scripts run in this module. Only required if certain options are chosen, such as the 'clean\_default\_*' variables being 'true'. |`string`|`null`| no |
44
44
| <aname="input_ibmcloud_api_visibility"></a> [ibmcloud\_api\_visibility](#input\_ibmcloud\_api\_visibility)| IBM Cloud API visibility used by scripts run in this module. Must be 'public', 'private', or 'public-and-private' |`string`|`"public"`| no |
| <aname="input_network_cidr"></a> [network\_cidr](#input\_network\_cidr)| Network CIDR for the VPC. This is used to manage network ACL rules for cluster provisioning. |`string`|`"10.0.0.0/8"`| no |
46
+
| <aname="input_network_cidrs"></a> [network\_cidrs](#input\_network\_cidrs)| Network CIDR for the VPC. This is used to manage network ACL rules for cluster provisioning. |`list(string)`|<pre>[<br> "10.0.0.0/8"<br>]</pre>| no |
47
47
| <aname="input_prefix"></a> [prefix](#input\_prefix)| The prefix that you would like to append to your resources |`string`|`"management"`| no |
48
48
| <aname="input_region"></a> [region](#input\_region)| The region to which to deploy the VPC |`string`|`"au-syd"`| no |
49
49
| <aname="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id)| The resource group ID where the VPC to be created |`string`| n/a | yes |
0 commit comments