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
| <aname="input_prefix"></a> [prefix](#input\_prefix)| A unique identifier for resources. Must begin with a letter and end with a letter or number. This prefix will be prepended to any resources provisioned by this template. Prefixes must be 16 or fewer characters. |`string`| n/a | yes |
923
921
| <aname="input_region"></a> [region](#input\_region)| Region where VPC will be created. To find your VPC region, use `ibmcloud is regions` command to find available regions. |`string`| n/a | yes |
924
922
| <aname="input_resource_groups"></a> [resource\_groups](#input\_resource\_groups)| Object describing resource groups to create or reference | <pre>list(<br> object({<br> name = string<br> create = optional(bool)<br> use_prefix = optional(bool)<br> })<br> )</pre> | n/a | yes |
| <aname="input_service_endpoints"></a> [service\_endpoints](#input\_service\_endpoints)| Service endpoints. Can be `public`, `private`, or `public-and-private`|`string`|`"private"`| no |
928
925
| <aname="input_ssh_keys"></a> [ssh\_keys](#input\_ssh\_keys)| SSH keys to use to provision a VSI. Must be an RSA key with a key size of either 2048 bits or 4096 bits (recommended). If `public_key` is not provided, the named key will be looked up from data. If a resource group name is added, it must be included in `var.resource_groups`. See https://cloud.ibm.com/docs/vpc?topic=vpc-ssh-keys.| <pre>list(<br> object({<br> name = string<br> public_key = optional(string)<br> resource_group = optional(string)<br> })<br> )</pre> | n/a | yes |
@@ -966,7 +963,6 @@ module "cluster_pattern" {
966
963
| <aname="output_placement_groups"></a> [placement\_groups](#output\_placement\_groups)| List of placement groups. |
967
964
| <aname="output_resource_group_data"></a> [resource\_group\_data](#output\_resource\_group\_data)| List of resource groups data used within landing zone. |
968
965
| <aname="output_resource_group_names"></a> [resource\_group\_names](#output\_resource\_group\_names)| List of resource groups names used within landing zone. |
| <aname="output_security_group_data"></a> [security\_group\_data](#output\_security\_group\_data)| List of security group data |
971
967
| <aname="output_security_group_names"></a> [security\_group\_names](#output\_security\_group\_names)| List of security group names |
972
968
| <aname="output_service_authorization_data"></a> [service\_authorization\_data](#output\_service\_authorization\_data)| List of service authorization data |
0 commit comments