Skip to content

Commit

Permalink
formatting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed May 31, 2024
1 parent 5fd8619 commit 057c4f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ inputs = {
backend_id = dependency.backend.outputs.alb_id
backend_dns_name = dependency.backend.outputs.dns_name
x_allow_secret = dependency.backend.outputs.x_allow_secret
frontend_url = get_env("TF_VAR_frontend_url")
frontend_url = get_env("TF_VAR_frontend_url")
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ inputs = {
backend_id = dependency.backend.outputs.alb_id
backend_dns_name = dependency.backend.outputs.dns_name
x_allow_secret = dependency.backend.outputs.x_allow_secret
frontend_url = get_env("TF_VAR_frontend_url")
frontend_url = get_env("TF_VAR_frontend_url")
}

0 comments on commit 057c4f4

Please sign in to comment.