mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
e2e: add terraform init commands to readme doc. (#13655)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user