Skip to content

Commit

Permalink
var fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhv12 committed Dec 8, 2023
1 parent 561638d commit 06dbf90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/module/1-cloud-run.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ resource "google_cloud_run_service" "default" {
}
env {
name = "COGNITO_DOMAIN"
value = var.cog
value = var.aws_cognito_domain
}
env {
name = "COGNITO_CLIENT_SECRET"
value = var.aws_cognito_client_secret
}
env {
env { # todo dont pass or pass real val
name = "COGNITO_REDIRECT_URI"
value = var.aws_cognito_redirect_url
}
Expand Down

0 comments on commit 06dbf90

Please sign in to comment.