Skip to content

Commit

Permalink
bump image, add unused attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Oct 23, 2024
1 parent 6569838 commit 44dd1f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions terraform-incubator/home-unite-us/dev/cognito.tf
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,12 @@ resource "aws_cognito_identity_provider" "google_client" {
authorize_scopes = "email profile openid"
client_id = data.aws_secretsmanager_secret_version.google_client_id.secret_string
client_secret = data.aws_secretsmanager_secret_version.google_secret.secret_string
# attributes_url = "https://people.googleapis.com/v1/people/me?personFields="
# attributes_url_add_attributes = "true"
# authorize_url = "https://accounts.google.com/o/oauth2/v2/auth"
# oidc_issuer = "https://accounts.google.com"
# token_request_method = "POST"
# token_url = "https://www.googleapis.com/oauth2/v4/token"
}

attribute_mapping = {
Expand Down
3 changes: 2 additions & 1 deletion terraform-incubator/home-unite-us/dev/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ resource "aws_ecs_task_definition" "homeuniteus" {
"value" = "DEV"
}]
essential = true
image = "035866691871.dkr.ecr.us-west-2.amazonaws.com/homeuniteus:20241017.1"
# image = "035866691871.dkr.ecr.us-west-2.amazonaws.com/homeuniteus:20241017.1"
image = "035866691871.dkr.ecr.us-west-2.amazonaws.com/homeuniteus:20241022.1"
logConfiguration = {
logDriver = "awslogs"
options = {
Expand Down

0 comments on commit 44dd1f0

Please sign in to comment.