Category "terraform-provider-azure"

Getting Error with Azure Databricks and Terraform

I have the below code for my Databricks. At the moment i just have Workspace but no clusters in my Workspace required_providers { azuread = "~> 1.0

Terraform Azure - Error while loading schemas for plugin components: Failed to obtain provider schema:

I am getting below error after running terraform plan. I tried running below command but did not help : terraform init - upgrade terraform init terraform plan

how to disable soft delete in key vault terraform

I'm trying to disable the soft-delete on key-vault. But i couldn't do it. Here's my terraform Code: provider "azurerm" { features { key_vault { purg

Azure api management ssl certificate must have a private key

I have been working on the deployment of an azure api management with a self signed certificate and private key. Goes without saying that I tested my terraform

AzureRM Automation DSC Configuration

I'm trying to configure Azure DSC Configuration, but I am running into two issues. I continue to get this error message Error = 'invalid character 'c' looking f

Terraform: How to add ad group "admin_users "

resource "azurerm_analysis_services_server" "server" { name = "analysisservicesserver" location = "northeurope" resource

Error setting access control for Path using terraform module "azurerm_storage_data_lake_gen2_path"

im trying to add new AD Object ID in ACL using ace block for an already existing subfolders inside the azure datalake container using terraform code and im gett

Terraform Activity Log Alerts Status Field

I'm in the process of recreating our company's alerts in Terraform after they were originally created manually. I have been looking into the JSON of each alert

Create azure Action group with azure terraform with json format

Hi i am trying to create "azurerm_monitor_action_group" based on json format i have github_link please go through the github link and update me changes which i

unable to delete datalake gen2 terraform code Error:Failure sending request: StatusCode=0

I have deployed datalake gen2 successfully using Terraform. when updating terraform code for azure datalake gen2, I am getting following error Error: [0m[0m[1mr

Create Azure service health alert in Terraform

I just found out, if we create Azure service health alert with Terraform, with below code: resource "azurerm_monitor_activity_log_alert" "servicehealth" { nam

How to integrate terraform state into github action workflow?

I have the github action workflow outlining the simple process of spinning up terraform to create resources in Azure. What I am missing is how to integrate the

terraform azure insufficient blocks

Here is my terraform plan terraform { required_providers { azure = { source = "hashicorp/azurerm" version = "=3.5.0"

terraform azure insufficient blocks

Here is my terraform plan terraform { required_providers { azure = { source = "hashicorp/azurerm" version = "=3.5.0"

Terraform source error - Error: Failed to query available provider packages

I am trying to deploy a new infrastructure using terraform (for the first time) and I am getting the following error. I've tried everything but nothing seems to

Ignoring changes for Azure Firewall rules in Terraform

I'm setting up an azure firewall rule and I wish to set ignore changes on the source addresses. Can anyone help me with the correct syntax. Using hashicorp/azur

Enable Azure Monitor for existing Virtual machines using terraform

I am trying to enable azure monitor feature for existing virtual machines which checks for health and performance of the VM using terraform but I am not able to

terraform azurerm - cannot destroy public ip

New to terraform so i'm hoping this is an easy issue. I'm creating some resources in azure and deploying a simple flask application to AKS. Creating works fine

The Terraform CLI get a Error: ID was missing the `slots` element

I am executing terraform.exe apply on windows and receive the error: azurerm_subnet.subnet: Refreshing state... [id=<...>] azurerm_app_service_plan.servic

Azure AD OIDC Single Sign-On with HashiCorp Vault - Interactive Login Prompt Not Appearing

I have carried out two implementations of Azure AD Single Sign-On with HashiCorp Vault using OIDC and achieved contrasting results which are baffling me. I have