Skip to content

Commit

Permalink
more backend-service dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed Apr 1, 2024
1 parent bacd6b5 commit 54c7052
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ dependency "backend-infra" {

mock_outputs_allowed_terraform_commands = ["init", "validate", "plan"]
mock_outputs = {
target_group_key = "MOCK_KEY"
target_group_arn = "arn:aws:elasticloadbalancing:us-east-1:768512802988:targetgroup/mocktg/12345678901234"
log_group = "MOCK_LOGS"
ecs_cluster = "MOCK_CLUSTER_ID"
security_group = "MOCK_SG"
cluster_id = "MOCK_CLUSTER_ID"
security_group_id = "MOCK_SG"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ dependency "backend-infra" {

mock_outputs_allowed_terraform_commands = ["init", "validate", "plan"]
mock_outputs = {
target_group_key = "MOCK_KEY"
target_group_arn = "arn:aws:elasticloadbalancing:us-east-1:768512802988:targetgroup/mocktg/12345678901234"
log_group = "MOCK_LOGS"
ecs_cluster = "MOCK_CLUSTER_ID"
security_group = "MOCK_SG"
cluster_id = "MOCK_CLUSTER_ID"
security_group_id = "MOCK_SG"
}
}

Expand Down

0 comments on commit 54c7052

Please sign in to comment.