Skip to content

Commit

Permalink
fix: placement
Browse files Browse the repository at this point in the history
  • Loading branch information
craigyu committed Aug 23, 2024
1 parent 792a893 commit e226e2c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions infrastructure/server/variables_provided.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ variable "oidc_bceid_business_idp_client_id" {
default = "fsa-cognito-b-ce-id-business-dev-4090"
}

variable "oidc_sso_playground_url" {
description = "OIDC SSO Playground for debugging congnito login"
type = string
default = "https://sso-playground.apps.gold.devops.gov.bc.ca"
}

# Client secrets for IDIR in each environment

variable "dev_oidc_idir_idp_client_secret" {
Expand Down Expand Up @@ -373,9 +379,3 @@ variable "dev_pr_url_count" {
type = number
default = 50
}

variable "oidc_sso_playground_url" {
description = "OIDC SSO Playground for debugging congnito login"
type = string
default = "https://sso-playground.apps.gold.devops.gov.bc.ca"
}

0 comments on commit e226e2c

Please sign in to comment.