e2e: fix terraform output environment command instruction (#10674)

This commit is contained in:
Luiz Aoqui 2021-06-01 10:10:12 -04:00 committed by GitHub
parent b73a848ec3
commit 139c5e8df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: