merged cmk into hub.tf

This commit is contained in:
github-actions[bot]
2024-05-15 21:17:25 +00:00
parent 661af04fe8
commit c4bdeb74c0
4 changed files with 22 additions and 50 deletions

View File

@ -24,7 +24,7 @@ resource "azurerm_key_vault" "default" {
// AzAPI AIServices
resource "azapi_resource" "AIServicesResource"{
type = "Microsoft.CognitiveServices/accounts@2024-01-01-preview"
type = "Microsoft.CognitiveServices/accounts@2024-04-01-preview"
name = "${var.names}AIServicesResource"
location = azurerm_resource_group.default.location
parent_id = azurerm_resource_group.default.id