Skip to content

Commit 3477ce7

Browse files
committed
Tweak provider
1 parent b1deb53 commit 3477ce7

File tree

1 file changed

+8
-0
lines changed
  • scenarios/AksOpenAiTerraform/terraform

1 file changed

+8
-0
lines changed

scenarios/AksOpenAiTerraform/terraform/main.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,21 @@ terraform {
44
source = "hashicorp/azurerm"
55
version = "3.58"
66
}
7+
azapi = {
8+
source = "Azure/azapi"
9+
version = "~>2.0.1"
10+
}
711
}
812
}
913

1014
provider "azurerm" {
1115
features {}
1216
}
1317

18+
provider "azapi" {
19+
features {}
20+
}
21+
1422
locals {
1523
storage_account_prefix = "boot"
1624
}

0 commit comments

Comments
 (0)