We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
try()
1 parent 398fded commit 0c95dcbCopy full SHA for 0c95dcb
common-dev-assets
dynamic_values.tf
@@ -26,7 +26,7 @@ module "dynamic_values" {
26
appid = var.appid
27
appid_resource = ibm_resource_instance.appid
28
appid_data = data.ibm_resource_instance.appid
29
- teleport_domain = tostring(var.teleport_config_data.domain)
+ teleport_domain = tostring(try(var.teleport_config_data.domain, null))
30
f5_vsi = var.f5_vsi
31
f5_template_data = var.f5_template_data
32
add_kms_block_storage_s2s = var.add_kms_block_storage_s2s
0 commit comments