Skip to content

Commit

Permalink
update container api template
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasisnes committed Oct 8, 2024
1 parent 872a5bd commit fef1f45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/apps/Altinn.Authorization.DeployApi/deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ terraform {
use_azuread_auth = true
}
}

provider "azurerm" {
use_oidc = true
features {}
Expand All @@ -21,13 +20,11 @@ locals {
infrastructure_resource_group_name = "rg${local.infrastructure_suffix}"
}


data "azurerm_user_assigned_identity" "application_admin" {
name = "miappadmin${local.infrastructure_suffix}"
resource_group_name = local.infrastructure_resource_group_name
}


module "app" {
source = "../../../../infra/modules/container_app_api"

Expand Down

0 comments on commit fef1f45

Please sign in to comment.