和bool类型转换为string类型.如果一个字 符串能够表示为一个数字或布尔类型的值,Terraform也可以进行反向转换.字符串, 数字和布尔类型的参数可以直接赋值,例如: disk_type = "SSD" disk_size = 40 enable = true # 支持使用字符串表示数字和布尔类型 disk_size = "40" enable = "true" 集合类型 ● map(....
Once variables are declared, the objective is to iterate overcredential_var_iterator, which is of type set(string), but fetch the values from the actual map(object) variable, i.e.,credential_var. This variable contains sensitive values, so direct iteration is not allowed. Instead, you use t...
azurerm_mssql_server - prevent panic by checking if administrator_login exists in the raw config map (#28909) 4.21.0 (February 27, 2025) NOTES: The azurerm_mssql_job_credential resource now supports the password_wo write-only argument The azurerm_mssql_server resource now supports the adm...
Helm chart template The following manifest file manages the KubernetesSecretProviderClassobject and was designed using the following requirements: Ability to create multipleSecretProviderClassKubernetes objects using therange action. Use in order of preference the values provided by the current “ran...
Based on documentation here and here the keys for a map/object must be strings and if the key begins with a number it must be quoted. However the existence of unquoted numeric keys does not generate an error or warning and the numeric ke...
postgres = optional(object({ temp_buffers = optional(object({ value = optional(string, 4096 * 1024 / 8) apply_method = optional(string, "immediate") })) work_mem = optional(object({ value = optional(string, 4096 * 1024) apply_method = optional(string, "immediate") ...
tags- (Optional, Available since v1.97.0) Default nil, A map of tags assigned to the kubernetes cluster and work nodes. Seetagsbelow. cluster_spec- (Optional, Available since v1.101.0) The cluster specifications of kubernetes cluster,which can be empty. Valid values: ...
variable"cluster_addons"{ type = list(object({ name = string config = map(string) })) default = [# If use terway network, must specify addons with `terway-eniip` and param `pod_vswitch_ids`{"name"="terway-eniip","config"= {}, }, {"name"="csi-plugin","config"= {}, }, ...
vmMaxMapCount Sysctl 设置 vm.max_map_count。 整数(int) vmSwappiness Sysctl 设置 vm.swappiness。 整数(int) vmVfsCachePressure Sysctl 设置vm.vfs_cache_pressure。 整数(int) UserAssignedIdentity 展开表 名称DESCRIPTION价值 客户端 ID 用户分配标识的客户端 ID。 字符串 对象ID 用户分配标识的...
tfOutputs=$(terraform output -state=$EnvironmentState-json)# Convert Terraform output format to ADE format.tfOutputs=$(jq'walk(if type == "object" then if .type == "bool" then .type = "boolean" elif .type == "list" then .type = "array" elif .type == "map" then .t...