From 3a1d2c0fdaf0de4b977771e7190d1cc98fc580c4 Mon Sep 17 00:00:00 2001 From: Ben Meier <1651305+astromechza@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:25:24 +0100 Subject: [PATCH] fix: set account type to azure-identity Fixes: #18 --- modules/base/humanitec.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base/humanitec.tf b/modules/base/humanitec.tf index ed6694b..daa5c29 100644 --- a/modules/base/humanitec.tf +++ b/modules/base/humanitec.tf @@ -3,7 +3,7 @@ resource "humanitec_resource_account" "cluster_account" { id = var.cluster_name name = var.cluster_name - type = "azure" + type = "azure-identity" credentials = jsonencode({ "azure_identity_tenant_id" : azuread_service_principal.humanitec.application_tenant_id