We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5ec21 commit 6691a71Copy full SHA for 6691a71
tests/sample-jhub-nfs/main.tf
@@ -81,7 +81,7 @@ module "sample-jhub" {
81
check "jhub_running" {
82
# Use a data block to check the website
83
data "http" "jhub_check" {
84
- url = output.jhub_url
+ url = "https://${local.jhub_tenant}.${local.jhub_domain}"
85
method = "GET"
86
}
87
tests/sample-jhub/main.tf
0 commit comments