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.
custom resolver id
1 parent b4202aa commit b7e0afdCopy full SHA for b7e0afd
outputs.tf
@@ -174,7 +174,7 @@ output "dns_instance_id" {
174
175
output "dns_custom_resolver_id" {
176
description = "The ID of the DNS Custom Resolver."
177
- value = (var.enable_hub && !var.skip_custom_resolver_hub_creation) ? one(ibm_dns_custom_resolver.custom_resolver_hub[*].instance_id) : null
+ value = (var.enable_hub && !var.skip_custom_resolver_hub_creation) ? one(ibm_dns_custom_resolver.custom_resolver_hub[*].custom_resolver_id) : null
178
}
179
180
## DNS Zone and Records
0 commit comments