This commit is contained in:
Sean Knox 2018-04-06 11:13:01 -07:00
Родитель 12c15a41d6
Коммит 1d36b8f375
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C461E0C1242AF66
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -83,9 +83,7 @@ TBD
```
cd terraform
make init # generates Azure credentials and other required configuration
make plan # validates configuration and generates Terraform plan
make apply # executes Terraform plan
CLUSTER_NAME=mycluster make all # generates Azure credentials and other required configuration and builds infra on Terraform
```