Skip to content

Commit

Permalink
update container app template
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasisnes committed Oct 8, 2024
1 parent 37afcf2 commit 6718dda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/apps/Altinn.Authorization.AccessPackages/deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ module "app" {
name = "accesspackages"
image = var.image

can_use_service_bus = true
can_use_auth_service_bus = true
can_use_auth_app_configuration = true
can_use_auth_key_vault = true
}

0 comments on commit 6718dda

Please sign in to comment.