Terraform init tries to install the provider hashicorp/azuredevops when it is microsoft/azuredevops
I’m starting to work on Terraform modules linked to Azure.
I need to setup set programmatically – via Terraform – the ‘Outbound internet traffic’
Like in the image, i need to setup the ‘Outbound internet traffic’ programmatically but I don’t understand where to search for it.
How to Make a Terraform Script Reusable for Multiple Clients?
I am aware this is probably a VERY dumb question. But I can’t seem to find the answer!
How to Make a Terraform Script Reusable for Multiple Clients?
I am aware this is probably a VERY dumb question. But I can’t seem to find the answer!
Terraform appears to not work correctly – cannot initialize the Azure Provider
I wanted to do some labs and learn Terraform.
I’ve installed the Terraform, updated the PATH and installed the extension in Visual Studio Code.
How I can to import my automation account job schedule in Terraform?
How can I import my schedule job of my runbook of my automation account to manage it from Terraform?
How I can to import my sqlmi fog in Terraform
How can I import the failover group of my sqlmi to manage it from Terraform?
Optional providers in terraform
I have azurerm and azureapi providers that are subscription specific. E.g.,
Configure Storage Account with Sub Modules for each category
I need to create a sub module for each sub resource for Storage Account. I am working on Queue and looking for a way to reference arguments foreach module.
Terraform recreates resources for a specific data block azurerm_lb_backend_address_pool
In my terraform azure code, when I run the plan, it says it will replace the resource but I can’t seem to find the issue.