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 efcecda commit d7e2a9cCopy full SHA for d7e2a9c
test/src/examples_complete_test.go
@@ -60,7 +60,7 @@ func TestExamplesComplete(t *testing.T) {
60
// Run `terraform output` to get the value of an output variable
61
domainHostname := terraform.Output(t, terraformOptions, "domain_hostname")
62
// Verify we're getting back the outputs we expect
63
- assert.Equal(t, "eg-test-es-cleanup-"+randId+".testing.cloudposse.co", domainHostname)
+ assert.Equal(t, "eg-test-es-cleanup-"+randId+".modules.cptest.test-automation.app", domainHostname)
64
65
66
kibanaHostname := terraform.Output(t, terraformOptions, "kibana_hostname")
0 commit comments