Skip to content

Commit

Permalink
AzApi OIDC enabled:
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Artagame committed Nov 12, 2024
1 parent 71ff80e commit 12887ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ terraform {
key = "terraform.tfstate"
use_oidc = true
}

}

provider "azurerm" {
features {}
use_oidc = true
}
provider "azapi" {
use_oidc = true
}


# User Managed Identity
resource "azurerm_user_assigned_identity" "userIdentity" {
Expand Down

0 comments on commit 12887ea

Please sign in to comment.