Skip to content

Commit c559966

Browse files
authored
fix: set account type to azure-identity (#19)
Fixes: #18
1 parent f978a0b commit c559966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/base/humanitec.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
resource "humanitec_resource_account" "cluster_account" {
44
id = var.cluster_name
55
name = var.cluster_name
6-
type = "azure"
6+
type = "azure-identity"
77

88
credentials = jsonencode({
99
"azure_identity_tenant_id" : azuread_service_principal.humanitec.application_tenant_id

0 commit comments

Comments
 (0)