Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
chore: Move to Container App Env workload UAT (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Jul 17, 2024
1 parent 09b493e commit 2833374
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion infra/container_apps/env/dev-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ app_settings = [
value = "[email protected]"
},
{
name = "PEC_NOTIFICATION_DISABLED"
name = "PEC_NOTIFICATION_DISABLED"
value = "true"
}
]
Expand Down
34 changes: 17 additions & 17 deletions infra/container_apps/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
env_short = "d"
env = "dev"
env_short = "d"
env = "dev"
suffix_increment = "-002"
cae_name = "cae-002"
cae_name = "cae-002"

tags = {
CreatedBy = "Terraform"
Expand Down Expand Up @@ -127,23 +127,23 @@ app_settings = [
value = "[email protected]"
},
{
name = "PEC_NOTIFICATION_DISABLED"
name = "PEC_NOTIFICATION_DISABLED"
value = "false"
}
]

secrets_names = {
"STORAGE_APPLICATION_SECRET" = "contracts-storage-access-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string"
"MONGODB_CONNECTION_URI" = "mongodb-connection-string"
"BLOB_STORAGE_CONN_STRING" = "blob-storage-contract-connection-string"
"STORAGE_CREDENTIAL_SECRET" = "contracts-storage-access-key"
"SMTP_USR" = "smtp-usr"
"SMTP_PSW" = "smtp-psw"
"ONBOARDING_INSTITUTION_ALTERNATIVE_EMAIL" = "party-test-institution-email"
"USER_REGISTRY_API_KEY" = "user-registry-api-key"
"JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key"
"BLOB_STORAGE_PRODUCT_CONNECTION_STRING" = "blob-storage-product-connection-string"
"AWS_SES_ACCESS_KEY_ID" = "aws-ses-access-key-id"
"AWS_SES_SECRET_ACCESS_KEY" = "aws-ses-secret-access-key"
"STORAGE_APPLICATION_SECRET" = "contracts-storage-access-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string"
"MONGODB_CONNECTION_URI" = "mongodb-connection-string"
"BLOB_STORAGE_CONN_STRING" = "blob-storage-contract-connection-string"
"STORAGE_CREDENTIAL_SECRET" = "contracts-storage-access-key"
"SMTP_USR" = "smtp-usr"
"SMTP_PSW" = "smtp-psw"
"ONBOARDING_INSTITUTION_ALTERNATIVE_EMAIL" = "party-test-institution-email"
"USER_REGISTRY_API_KEY" = "user-registry-api-key"
"JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key"
"BLOB_STORAGE_PRODUCT_CONNECTION_STRING" = "blob-storage-product-connection-string"
"AWS_SES_ACCESS_KEY_ID" = "aws-ses-access-key-id"
"AWS_SES_SECRET_ACCESS_KEY" = "aws-ses-secret-access-key"
}
2 changes: 1 addition & 1 deletion infra/container_apps/env/prod-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ app_settings = [
value = "[email protected]"
},
{
name = "PEC_NOTIFICATION_DISABLED"
name = "PEC_NOTIFICATION_DISABLED"
value = "true"
}
]
Expand Down
28 changes: 14 additions & 14 deletions infra/container_apps/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -123,23 +123,23 @@ app_settings = [
value = "[email protected]"
},
{
name = "PEC_NOTIFICATION_DISABLED"
name = "PEC_NOTIFICATION_DISABLED"
value = "false"
}
]

secrets_names = {
"STORAGE_APPLICATION_SECRET" = "contracts-storage-access-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string"
"MONGODB_CONNECTION_URI" = "mongodb-connection-string"
"BLOB_STORAGE_CONN_STRING" = "blob-storage-contract-connection-string"
"STORAGE_CREDENTIAL_SECRET" = "contracts-storage-access-key"
"SMTP_USR" = "smtp-usr"
"SMTP_PSW" = "smtp-psw"
"ONBOARDING_INSTITUTION_ALTERNATIVE_EMAIL" = "party-test-institution-email"
"USER_REGISTRY_API_KEY" = "user-registry-api-key"
"JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key"
"BLOB_STORAGE_PRODUCT_CONNECTION_STRING" = "blob-storage-product-connection-string"
"AWS_SES_ACCESS_KEY_ID" = "aws-ses-access-key-id"
"AWS_SES_SECRET_ACCESS_KEY" = "aws-ses-secret-access-key"
"STORAGE_APPLICATION_SECRET" = "contracts-storage-access-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string"
"MONGODB_CONNECTION_URI" = "mongodb-connection-string"
"BLOB_STORAGE_CONN_STRING" = "blob-storage-contract-connection-string"
"STORAGE_CREDENTIAL_SECRET" = "contracts-storage-access-key"
"SMTP_USR" = "smtp-usr"
"SMTP_PSW" = "smtp-psw"
"ONBOARDING_INSTITUTION_ALTERNATIVE_EMAIL" = "party-test-institution-email"
"USER_REGISTRY_API_KEY" = "user-registry-api-key"
"JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key"
"BLOB_STORAGE_PRODUCT_CONNECTION_STRING" = "blob-storage-product-connection-string"
"AWS_SES_ACCESS_KEY_ID" = "aws-ses-access-key-id"
"AWS_SES_SECRET_ACCESS_KEY" = "aws-ses-secret-access-key"
}
2 changes: 1 addition & 1 deletion infra/container_apps/env/uat-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ app_settings = [
value = "[email protected]"
},
{
name = "PEC_NOTIFICATION_DISABLED"
name = "PEC_NOTIFICATION_DISABLED"
value = "true"
}
]
Expand Down
32 changes: 16 additions & 16 deletions infra/container_apps/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
env_short = "u"
suffix_increment = "-001"
cae_name = "cae-001"
suffix_increment = "-002"
cae_name = "cae-002"

tags = {
CreatedBy = "Terraform"
Expand Down Expand Up @@ -114,23 +114,23 @@ app_settings = [
value = "[email protected]"
},
{
name = "PEC_NOTIFICATION_DISABLED"
name = "PEC_NOTIFICATION_DISABLED"
value = "false"
}
]

secrets_names = {
"STORAGE_APPLICATION_SECRET" = "contracts-storage-access-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string"
"MONGODB_CONNECTION_URI" = "mongodb-connection-string"
"BLOB_STORAGE_CONN_STRING" = "blob-storage-contract-connection-string"
"STORAGE_CREDENTIAL_SECRET" = "contracts-storage-access-key"
"SMTP_USR" = "smtp-usr"
"SMTP_PSW" = "smtp-psw"
"ONBOARDING_INSTITUTION_ALTERNATIVE_EMAIL" = "party-test-institution-email"
"USER_REGISTRY_API_KEY" = "user-registry-api-key"
"JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key"
"BLOB_STORAGE_PRODUCT_CONNECTION_STRING" = "blob-storage-product-connection-string"
"AWS_SES_ACCESS_KEY_ID" = "aws-ses-access-key-id"
"AWS_SES_SECRET_ACCESS_KEY" = "aws-ses-secret-access-key"
"STORAGE_APPLICATION_SECRET" = "contracts-storage-access-key"
"APPLICATIONINSIGHTS_CONNECTION_STRING" = "appinsights-connection-string"
"MONGODB_CONNECTION_URI" = "mongodb-connection-string"
"BLOB_STORAGE_CONN_STRING" = "blob-storage-contract-connection-string"
"STORAGE_CREDENTIAL_SECRET" = "contracts-storage-access-key"
"SMTP_USR" = "smtp-usr"
"SMTP_PSW" = "smtp-psw"
"ONBOARDING_INSTITUTION_ALTERNATIVE_EMAIL" = "party-test-institution-email"
"USER_REGISTRY_API_KEY" = "user-registry-api-key"
"JWT_TOKEN_PUBLIC_KEY" = "jwt-public-key"
"BLOB_STORAGE_PRODUCT_CONNECTION_STRING" = "blob-storage-product-connection-string"
"AWS_SES_ACCESS_KEY_ID" = "aws-ses-access-key-id"
"AWS_SES_SECRET_ACCESS_KEY" = "aws-ses-secret-access-key"
}

0 comments on commit 2833374

Please sign in to comment.