Skip to content

Commit

Permalink
DSF POC example: Onboarded DB to agent GW even if there is no cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
linda.nasredin committed Nov 22, 2023
1 parent a180991 commit 4476316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aws/poc/dsf_deployment/agent_sources.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
db_types_for_agent = local.create_agent_gw_cluster > 0 ? var.simulation_db_types_for_agent : []
db_types_for_agent = local.agent_gw_count > 0 ? var.simulation_db_types_for_agent : []
}

module "db_with_agent" {
Expand Down

0 comments on commit 4476316

Please sign in to comment.