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.
1 parent d7e2a9c commit 346aaadCopy full SHA for 346aaad
test/src/examples_complete_test.go
@@ -65,7 +65,7 @@ func TestExamplesComplete(t *testing.T) {
65
// Run `terraform output` to get the value of an output variable
66
kibanaHostname := terraform.Output(t, terraformOptions, "kibana_hostname")
67
// Verify we're getting back the outputs we expect
68
- assert.Equal(t, kibanaSubdomain+".testing.cloudposse.co", kibanaHostname)
+ assert.Equal(t, kibanaSubdomain+".modules.cptest.test-automation.app", kibanaHostname)
69
70
71
domainEndpoint := terraform.Output(t, terraformOptions, "domain_endpoint")
0 commit comments