We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2236e commit 0dd35ccCopy full SHA for 0dd35cc
infrastructure/environments/poc/variables.sh
@@ -6,5 +6,3 @@ STORAGE_ACCOUNT_RG=rg-tfstate-poc-uks
6
TERRAFORM_MODULES_REF=main
7
ENABLE_SOFT_DELETE=false
8
DOCKER_IMAGE=ghcr.io/nhsdigital/lung_cancer_screening
9
-OIDC_RP_CLIENT_ID="lcrc"
10
-OIDC_OP_FQDN="https://auth.sandpit.signin.nhs.uk"
infrastructure/environments/poc/variables.yml
@@ -1 +1,2 @@
1
-EXAMPLE_KEY: example_value
+OIDC_RP_CLIENT_ID: lcrc"
2
+OIDC_OP_FQDN: https://auth.sandpit.signin.nhs.uk
0 commit comments