Top "Terraform-provider-azure" questions

Terraform depends_on with modules

I'm new at terraform and I created a custom azure policies on module structure. each policy represents a custom module. …

azure terraform terraform-provider-azure
Using Terraform to import existing resources on Azure

I have an existing resource group on Azure with a VM running on it and have been playing around with …

azure azure-virtual-machine terraform terraform-provider-azure
How to configure environment variables in Hashicorp Terraform

I'm quite new to Terraform, though I have gone through all of the instructional modules available on Hashicorp's site. Currently, …

terraform terraform-provider-azure
How to ignore change of an attribute in block

I'm deploying web apps in Azure and I'd like to ignore changes to scm_type attribute within site_config block. …

terraform terraform-provider-azure terraform0.12+
unknown token IDENT list error for IP address variable

I have defined variable in my .tfvars variable as variables.tfvars address_space = ["10.197.0.0/16"] build-windows.tf variable "address_space" { type = list } …

terraform terraform-provider-azure
Module directory does not exist or cannot be read in Terraform

I am trying to use Modules for dependencies in my Terraform code. But even after mentioning that particular source path …

terraform-provider-azure terraform-modules
AWS ECR PULL no basic auth credentials

I'm deploying Azure K8s cluster with Terraform, and the image is hosted in Amazon ECR. The deployment fails at …

azure kubernetes kubectl azure-aks terraform-provider-azure
Terraform output variables to be used as input variables

I want to use output variables of one resource/module as an input to another resource/modules. Is that possible? …

terraform-provider-azure terraform-modules
Terraform output variables as input

I'm new to Terraform and trying to wrap my head around the use of output variables. we are on AKS, …

azure terraform terraform-provider-azure