Skip to content

Commit

Permalink
pass backend alb id to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed Mar 26, 2024
1 parent 7e2b44e commit c52b005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tofu/environments/stage/services/frontend/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ inputs = {
region = local.region
tags = local.tags
ssl_cert = local.ssl_cert
backend_id = dependency.backend.outputs.id
backend_id = dependency.backend.outputs.alb_id
backend_dns_name = dependency.backend.outputs.dns_name
}

0 comments on commit c52b005

Please sign in to comment.