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
|[ibm_is_image.app_is_image](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.85.0/docs/data-sources/is_image)| data source |
135
+
|[ibm_is_image.data_is_image](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.85.0/docs/data-sources/is_image)| data source |
136
+
|[ibm_is_image.web_is_image](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.85.0/docs/data-sources/is_image)| data source |
137
137
138
138
### Inputs
139
139
@@ -168,10 +168,11 @@ statement instead the previous block.
168
168
| <aname="input_root_ca_name"></a> [root\_ca\_name](#input\_root\_ca\_name)| The name of the Root CA to create for a private\_cert secret engine. Only used when `var.existing_sm_instance_guid` is `false`. |`string`|`"root-ca"`| no |
169
169
| <aname="input_sample_application"></a> [sample\_application](#input\_sample\_application)| Apply the sample web application to the pattern. |`bool`|`false`| no |
170
170
| <aname="input_sm_instance_rg_existing"></a> [sm\_instance\_rg\_existing](#input\_sm\_instance\_rg\_existing)| Resource group exists in your account already. If set to `true`, you will need to set the variable sm\_instance\_rg\_name |`bool`|`false`| no |
171
-
| <aname="input_sm_instance_rg_name"></a> [sm\_instance\_rg\_name](#input\_sm\_instance\_rg\_name)| Resource group to provison the secrets manager instance. If no resource group name is defined, it will try to use the service resource group otherwise a random from the landing zone |`string`|`null`| no |
171
+
| <aname="input_sm_instance_rg_name"></a> [sm\_instance\_rg\_name](#input\_sm\_instance\_rg\_name)| Resource group to provision the secrets manager instance. If no resource group name is defined, it will try to use the service resource group otherwise a random from the landing zone |`string`|`null`| no |
172
172
| <aname="input_sm_service_plan"></a> [sm\_service\_plan](#input\_sm\_service\_plan)| The service/pricing plan to use when provisioning a new Secrets Manager instance. Allowed values: `standard` and `trial`. |`string`|`"standard"`| no |
173
173
| <aname="input_ssh_key"></a> [ssh\_key](#input\_ssh\_key)| Public SSH Key for VSI creation. Must be a valid SSH key that does not already exist in the deployment region. |`string`| n/a | yes |
174
174
| <aname="input_ssh_private_key"></a> [ssh\_private\_key](#input\_ssh\_private\_key)| Private SSH key (RSA format) that is paired with the public ssh key. |`string`| n/a | yes |
175
+
| <aname="input_use_legacy_network_interface"></a> [use\_legacy\_network\_interface](#input\_use\_legacy\_network\_interface)| Set this to true to use legacy network interface for the created instances. |`bool`|`false`| no |
175
176
| <aname="input_use_sm"></a> [use\_sm](#input\_use\_sm)| Whether to use Secrets Manager to generate certificates. |`bool`|`true`| no |
176
177
| <aname="input_web_application_port"></a> [web\_application\_port](#input\_web\_application\_port)| The instance group the web tier uses when scaling up instances to supply the port for the Load Balancer pool member. |`number`|`80`| no |
177
178
| <aname="input_web_block_storage_volumes"></a> [web\_block\_storage\_volumes](#input\_web\_block\_storage\_volumes)| List describing the block storage volumes that will be attached to each vsi | <pre>list(<br/> object({<br/> name = string<br/> profile = string<br/> capacity = optional(number)<br/> iops = optional(number)<br/> encryption_key = optional(string)<br/> resource_group_id = optional(string)<br/> })<br/> )</pre> |`[]`| no |
description="Resource group to provison the secrets manager instance. If no resource group name is defined, it will try to use the service resource group otherwise a random from the landing zone"
82
+
description="Resource group to provision the secrets manager instance. If no resource group name is defined, it will try to use the service resource group otherwise a random from the landing zone"
0 commit comments