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

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

@ -36,7 +36,7 @@ terraform init
terraform apply -var prefix={your_unique_prefix}
```
> **Hint:** Terraform saves the state to your local machine by default. This is okay for testing but might cause problems when working in teams. Take a loot at the `Terraform/foundations.tf` file to see which lines to change, if you want to save state in Azure instead.
> **Hint:** Terraform saves the state to your local machine by default. This is okay for testing but might cause problems when working in teams. Take a loot at the `Terraform/foundations.tf` file to see which lines to change, if you want to save state in Azure instead or take a look at the [official documentation](https://docs.microsoft.com/en-us/azure/terraform/terraform-backend).
## Step 4