Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwd9000-ML committed Jan 17, 2024
1 parent 19a2a32 commit 7091feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions tests/auto_test1/testing.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -27,7 +26,6 @@ subnet_config = [
]
}
}
]

### 03 KeyVault ###
kv_name = "openaikv9000"
Expand Down
3 changes: 1 addition & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 7091feb

Please sign in to comment.