Skip to content

Commit 33bccf2

Browse files
authored
fix: add missing provider (#1407)
Co-authored-by: tjololo <[email protected]>
1 parent 3896e92 commit 33bccf2

File tree

1 file changed

+1
-0
lines changed
  • infrastructure/adminservices-test/altinn-apim-test-rg

1 file changed

+1
-0
lines changed

infrastructure/adminservices-test/altinn-apim-test-rg/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ provider "azurerm" {
1515
features {}
1616
resource_providers_to_register = [
1717
"Microsoft.ApiManagement",
18+
"Microsoft.App",
1819
]
1920
}
2021

0 commit comments

Comments
 (0)