e2e: add terraform init commands to readme doc. (#13655)

This commit is contained in:
James Rasell
2022-07-08 16:52:35 +02:00
committed by GitHub
parent c0f2f7ec19
commit 264d2dd375

View File

@@ -35,6 +35,7 @@ values for `VAULT_TOKEN`, `VAULT_ADDR`, and `VAULT_NAMESPACE`:
```
cd ./hcp-vault-auth
terraform init
terraform apply --auto-approve
$(terraform output --raw environment)
```
@@ -58,6 +59,7 @@ Run Terraform apply to deploy the infrastructure:
```sh
cd e2e/terraform/
terraform init
terraform apply
```