Skip to content

Commit

Permalink
add federated creds for ad auth
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasisnes committed Sep 23, 2024
1 parent 66bc330 commit d41e5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/deploy/cert/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.1.0"
version = "3.1.0"
}
}

backend "azurerm" {}
# backend "azurerm" {}
}

data "azurerm_client_config" "current" {}
Expand Down

0 comments on commit d41e5fe

Please sign in to comment.