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.
2 parents b81d242 + dc2d450 commit 968b4ceCopy full SHA for 968b4ce
outputs.tf
@@ -37,7 +37,7 @@ output "snowflake_privatelink_url" {
37
description = "URL to access Snowflake using AWS PrivateLink"
38
value = {
39
fqdn = one(resource.aws_route53_record.snowflake_private_link_url[*].fqdn)
40
- url = "https://${one(resource.aws_route53_record.snowflake_private_link_url[*].fqdn)}"
+ url = module.this.enabled ? "https://${one(resource.aws_route53_record.snowflake_private_link_url[*].fqdn)}" : null
41
}
42
43
0 commit comments