This commit is contained in:
Mark Gray 2019-11-01 16:48:48 -07:00
Родитель 388ed35355
Коммит 23f1c9a642
2 изменённых файлов: 1 добавлений и 1 удалений

Двоичные данные
Terraform/05 - Reusability/Assets/labnet.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 43 KiB

После

Ширина:  |  Высота:  |  Размер: 65 KiB

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

@ -368,7 +368,7 @@ Remove the terraform.tfvars file.
> - nic.tf
Finally, as you have done in previous sections and labs:
- Povision the new infrasctructure using Terraform plan and apply
- Povision the new infrasctructure using Terraform init, plan and apply
- Validate that everything was provisioned as expected.
Congratulations, you have created a module and used it to provision new infrastructure!