From 7091feb211efff1f5b76ed818bb02b942b9195cf Mon Sep 17 00:00:00 2001 From: Pwd9000-ML Date: Wed, 17 Jan 2024 03:01:56 +0000 Subject: [PATCH] update --- tests/auto_test1/testing.auto.tfvars | 4 +--- variables.tf | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/auto_test1/testing.auto.tfvars b/tests/auto_test1/testing.auto.tfvars index 9d3e44f..aff3e90 100644 --- a/tests/auto_test1/testing.auto.tfvars +++ b/tests/auto_test1/testing.auto.tfvars @@ -11,8 +11,7 @@ tags = { ### 02 networking ### virtual_network_name = "openai-vnet-9000" vnet_address_space = ["10.4.0.0/24"] -subnet_config = [ - { +subnet_config = { subnet_name = "app-cosmos-sub" subnet_address_space = ["10.4.0.0/24"] service_endpoints = ["Microsoft.AzureCosmosDB", "Microsoft.Web"] @@ -27,7 +26,6 @@ subnet_config = [ ] } } -] ### 03 KeyVault ### kv_name = "openaikv9000" diff --git a/variables.tf b/variables.tf index 02c0196..4cf5414 100644 --- a/variables.tf +++ b/variables.tf @@ -45,8 +45,7 @@ variable "subnet_config" { actions = list(string) }))) }) - default = - { + default = { subnet_name = "app-cosmos-sub" subnet_address_space = ["10.4.0.0/24"] service_endpoints = ["Microsoft.AzureCosmosDB", "Microsoft.Web"]