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
@@ -254,7 +254,7 @@ You need the following permissions to run this module.
254
254
| <aname="input_install_monitoring_agent"></a> [install\_monitoring\_agent](#input\_install\_monitoring\_agent)| Set to true to install the IBM Cloud Monitoring agent on the provisioned VSI to gather both metrics and security and compliance data. If set to true, values must be passed for `monitoring_access_key`, `monitoring_collector_endpoint` and `monitoring_collector_port`. Installation logs can be found on the VSI in /run/logging-agent/logs-agent-install.log |`bool`|`false`| no |
255
255
| <aname="input_kms_encryption_enabled"></a> [kms\_encryption\_enabled](#input\_kms\_encryption\_enabled)| Set this to true to control the encryption keys used to encrypt the data that for the block storage volumes for VPC. If set to false, the data is encrypted by using randomly generated keys. For more info on encrypting block storage volumes, see https://cloud.ibm.com/docs/vpc?topic=vpc-creating-instances-byok|`bool`|`false`| no |
256
256
| <a name="input_load_balancers"></a> [load\_balancers](#input\_load\_balancers) | Load balancers to add to VSI | <pre>list(<br/> object({<br/> name = string<br/> type = string<br/> listener_port = optional(number)<br/> listener_port_max = optional(number)<br/> listener_port_min = optional(number)<br/> listener_protocol = string<br/> connection_limit = optional(number)<br/> idle_connection_timeout = optional(number)<br/> algorithm = string<br/> protocol = string<br/> health_delay = number<br/> health_retries = number<br/> health_timeout = number<br/> health_type = string<br/> pool_member_port = string<br/> profile = optional(string)<br/> accept_proxy_protocol = optional(bool)<br/> subnet_id_to_provision_nlb = optional(string) # Required for Network Load Balancer. If no value is provided, the first one from the VPC subnet list will be selected.<br/> dns = optional(<br/> object({<br/> instance_crn = string<br/> zone_id = string<br/> })<br/> )<br/> security_group = optional(<br/> object({<br/> name = string<br/> rules = list(<br/> object({<br/> name = string<br/> direction = string<br/> source = string<br/> tcp = optional(<br/> object({<br/> port_max = number<br/> port_min = number<br/> })<br/> )<br/> udp = optional(<br/> object({<br/> port_max = number<br/> port_min = number<br/> })<br/> )<br/> icmp = optional(<br/> object({<br/> type = number<br/> code = number<br/> })<br/> )<br/> })<br/> )<br/> })<br/> )<br/> })<br/> )</pre> | `[]` | no |
257
-
| <aname="input_logging_agent_version"></a> [logging\_agent\_version](#input\_logging\_agent\_version)| Version of the logging agent to install. See https://cloud.ibm.com/docs/cloud-logs?topic=cloud-logs-release-notes-agent for list of versions. Only applies if `install_logging_agent` is true. |`string`|`"1.8.0"`| no |
257
+
| <aname="input_logging_agent_version"></a> [logging\_agent\_version](#input\_logging\_agent\_version)| Version of the logging agent to install. See https://cloud.ibm.com/docs/cloud-logs?topic=cloud-logs-release-notes-agent for list of versions. Only applies if `install_logging_agent` is true. |`string`|`"1.8.1"`| no |
258
258
| <aname="input_logging_api_key"></a> [logging\_api\_key](#input\_logging\_api\_key)| API key used by the logging agent to authenticate with IBM Cloud, must be provided if `logging_auth_mode` is set to `IAMAPIKey`. For more information on creating an API key for the logging agent, see https://cloud.ibm.com/docs/cloud-logs?topic=cloud-logs-iam-ingestion-serviceid-api-key.|`string`|`null`| no |
259
259
| <aname="input_logging_application_name"></a> [logging\_application\_name](#input\_logging\_application\_name)| The application name defines the environment that produces and sends logs to IBM Cloud Logs. If not provided, the value defaults to `$HOSTNAME`. |`bool`|`null`| no |
260
260
| <aname="input_logging_auth_mode"></a> [logging\_auth\_mode](#input\_logging\_auth\_mode)| Authentication mode the logging agent to use to authenticate with IBM Cloud, must be either `IAMAPIKey` or `VSITrustedProfile`. |`string`|`"IAMAPIKey"`| no |
0 commit comments