e2e: fix terraform output environment command instruction (#10674)
This commit is contained in:
parent
b73a848ec3
commit
139c5e8df9
|
@ -14,7 +14,7 @@ output "message" {
|
|||
value = <<EOM
|
||||
Your cluster has been provisioned! To prepare your environment, run:
|
||||
|
||||
$(terraform output environment)
|
||||
$(terraform output --raw environment)
|
||||
|
||||
Then you can run tests from the e2e directory with:
|
||||
|
||||
|
|
Loading…
Reference in New Issue