Implementing-Terraform-on-Microsoft-Azure
Implementing-Terraform-on-Microsoft-Azure copied to clipboard
Code examples for the Pluralsight course Implementing Terraform on Microsoft Azure
In the module : 2-sec-vnet/main.tf, line 114/115 ``` value = random_password.vnet_peering.result end_date_relative = "17520h" ``` gives the below error when I run "terraform validate". **Error: Unsupported argument** - _An argument...
I'm following the course and I've reached the first exercise `1-main-vnet `. The Terraform version on Azure has evolved since the creation of the course: ``` $ terraform version Terraform...
Hi, I have followed the course so far without any issues. However, the Azure DevOps automation fails with the following error: ``` 2020-01-19T03:23:20.5420275Z Error: authorization.RoleDefinitionsClient#CreateOrUpdate: Failure responding to request: StatusCode=403...