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 41a43a98dc
commit 19792e5a6b

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: