Skip to content

Commit

Permalink
tst
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwd9000-ML committed Jan 15, 2024
1 parent 65b1069 commit b23bae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module "openai_cosmosdb" {
cosmosdb_max_staleness_prefix = var.cosmosdb_max_staleness_prefix
geo_locations = var.cosmosdb_geo_locations
capabilities = var.cosmosdb_capabilities
virtual_network_subnets = var.create_openai_networking == true ? toset(module.openai_networking[0].subnet_ids) : var.cosmosdb_virtual_network_subnets
virtual_network_subnets = var.create_openai_networking == true ? toset(values(module.openai_networking[0].subnet_ids)) : var.cosmosdb_virtual_network_subnets
is_virtual_network_filter_enabled = var.cosmosdb_is_virtual_network_filter_enabled
public_network_access_enabled = var.cosmosdb_public_network_access_enabled
tags = var.tags
Expand Down

0 comments on commit b23bae9

Please sign in to comment.