Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Oct 17, 2024
1 parent 1a4105d commit e826ecf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/test/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ module "ai_studio_hub_outbound_rules" {
null = null
}

ai_studio_hub_id = module.setup.ai_studio_hub_id
ai_studio_hub_storage_account_id = module.setup.ai_studio_hub_storage_account_id
ai_studio_hub_outbound_rules_fqdns = {}
ai_studio_hub_id = module.setup.ai_studio_hub_id
ai_studio_hub_storage_account_id = module.setup.ai_studio_hub_storage_account_id
ai_studio_hub_outbound_rules_fqdns = {}
ai_studio_hub_outbound_rules_private_endpoints = {
aoai = {
private_connection_resource_id = module.ai_service.cognitive_account_id
subresource_name = "account"
subresource_name = "account"
}
}
ai_studio_hub_outbound_rules_service_endpoints = {}
Expand Down

0 comments on commit e826ecf

Please sign in to comment.