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-azureI 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-azureI'm quite new to Terraform, though I have gone through all of the instructional modules available on Hashicorp's site. Currently, …
terraform terraform-provider-azureI'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+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-azureI am trying to use Modules for dependencies in my Terraform code. But even after mentioning that particular source path …
terraform-provider-azure terraform-modulesI'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-azureI want to use output variables of one resource/module as an input to another resource/modules. Is that possible? …
terraform-provider-azure terraform-modulesI'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