Terraform fetch provider version
I am using terraform azure provider to deploy our infrastructure on Azure
Terraform fetch provider version
I am using terraform azure provider to deploy our infrastructure on Azure
Terraform fetch provider version
I am using terraform azure provider to deploy our infrastructure on Azure
Debugging permissions in Azure API requests
I’m using Terraform to deploy infrastructure with Azure. Terraform makes some requests that, even with debug logging, don’t display the full HTTP request in the logs, so it’s tricky to identify the specific request/issue when a request fails.
Unable to ping azure vm1 to azure vm2
I am trying to implement hub and spoke POC in azure playground. However all resources got implemented but I still can’t ping vm1 to vm2 or vice versa. Below is the code. Please note that I have as pic I have allowed wild card in both vms nsg ports in inbound port. I have deployed vm1 in subnet1 and vm2 in subnet2
How to handle working with Azure infra that exists in one env and needs to be created in other in Terraform?
I’m new to Terraform, and I’m trying to handle creating/accessing a resource group. In our staging
environment, the resource group was created manually via the Azure console, and I want to access it in Terraform via a data
block, as so:
Terraform rollback/state update after failed apply on Azure
I’ve been having this issue with Terraform on Azure: when I build some infra that is a bit more involved (multiple resource groups, storage accounts etc) it very often happens that apply fails for any number of reasons (e.g. resources temporary unavailable in the region).
Azure terraform container_app_environments changes detected everytime
I have a container_app_environment deployed with terraform and every time it seems that there are changes detected (specifically in the workload_configuration)
use azurerm_virtual_machine with trusted_launch
Due to https://github.com/hashicorp/terraform-provider-azurerm/issues/6117, I must use azurerm_virtual_machine to create my intended machine.
Terraform Azure function app deployment with auth_settings_v2 is configuring Microsoft (V1)
I am trying to deploy an Azure Linux function app via Terraform. This function app using Microsoft based authentication. Inside my function app resource template I have this block for authentication: