This commit is contained in:
Robin-Manuel Thiel 2019-02-04 16:27:03 +01:00 коммит произвёл GitHub
Родитель 986ca46753
Коммит e3d5bf5e05
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -28,7 +28,7 @@ az account set --subscription {your_subscription_id}
## Step 3
Now run Terraform so that it provisions the environment. Make sure to set a prefix to ensure that your resource names are unique.
Now run Terraform so that it provisions the environment. Make sure to replace the `{your_unique_prefix}` variable with a personal prefix to ensure that your resource names are unique.
```bash
terraform init