We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a259c9 commit 4d5ec21Copy full SHA for 4d5ec21
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.sample_website.jhub_url
+ url = output.jhub_url
85
method = "GET"
86
}
87
tests/sample-jhub/main.tf
0 commit comments