We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57659f commit 6c95cf0Copy full SHA for 6c95cf0
1 file changed
infrastructure/terraform/hub/providers.tf
@@ -1,5 +1,7 @@
1
terraform {
2
- backend "azurerm" {}
+ backend "azurerm" {
3
+ use_azuread_auth = true
4
+ }
5
required_version = ">= 1.9.2"
6
required_providers {
7
azurerm = {
@@ -37,7 +39,3 @@ provider "azapi" {
37
39
}
38
40
41
provider "azuread" {}
-
-provider "acme" {
42
- server_url = "https://acme-v02.api.letsencrypt.org/directory"
43
-}
0 commit comments