Skip to content

Commit 6c95cf0

Browse files
committed
wip
1 parent c57659f commit 6c95cf0

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

infrastructure/terraform/hub/providers.tf

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
terraform {
2-
backend "azurerm" {}
2+
backend "azurerm" {
3+
use_azuread_auth = true
4+
}
35
required_version = ">= 1.9.2"
46
required_providers {
57
azurerm = {
@@ -37,7 +39,3 @@ provider "azapi" {
3739
}
3840

3941
provider "azuread" {}
40-
41-
provider "acme" {
42-
server_url = "https://acme-v02.api.letsencrypt.org/directory"
43-
}

0 commit comments

Comments
 (0)