From ebc143e485db1670b2acb09b60aa04469a30726f Mon Sep 17 00:00:00 2001 From: Manuel Rafeli Date: Wed, 17 Jul 2024 15:56:53 +0200 Subject: [PATCH] chore: Move to Container App Env workload UAT (#532) --- .../env/dev-pnpg/terraform.tfvars | 2 +- infra/container_apps/env/dev/terraform.tfvars | 34 +++++++++---------- .../env/prod-pnpg/terraform.tfvars | 2 +- .../container_apps/env/prod/terraform.tfvars | 28 +++++++-------- .../env/uat-pnpg/terraform.tfvars | 2 +- infra/container_apps/env/uat/terraform.tfvars | 32 ++++++++--------- 6 files changed, 50 insertions(+), 50 deletions(-) diff --git a/infra/container_apps/env/dev-pnpg/terraform.tfvars b/infra/container_apps/env/dev-pnpg/terraform.tfvars index 9bec420f..543d2f14 100644 --- a/infra/container_apps/env/dev-pnpg/terraform.tfvars +++ b/infra/container_apps/env/dev-pnpg/terraform.tfvars @@ -119,7 +119,7 @@ app_settings = [ value = "noreply@areariservata.pagopa.it" }, { - name = "PEC_NOTIFICATION_DISABLED" + name = "PEC_NOTIFICATION_DISABLED" value = "true" } ] diff --git a/infra/container_apps/env/dev/terraform.tfvars b/infra/container_apps/env/dev/terraform.tfvars index 90ed3629..a27c1f05 100644 --- a/infra/container_apps/env/dev/terraform.tfvars +++ b/infra/container_apps/env/dev/terraform.tfvars @@ -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" @@ -127,23 +127,23 @@ app_settings = [ value = "noreply@areariservata.pagopa.it" }, { - 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" } diff --git a/infra/container_apps/env/prod-pnpg/terraform.tfvars b/infra/container_apps/env/prod-pnpg/terraform.tfvars index b3f91b06..38c23cb4 100644 --- a/infra/container_apps/env/prod-pnpg/terraform.tfvars +++ b/infra/container_apps/env/prod-pnpg/terraform.tfvars @@ -118,7 +118,7 @@ app_settings = [ value = "noreply@areariservata.pagopa.it" }, { - name = "PEC_NOTIFICATION_DISABLED" + name = "PEC_NOTIFICATION_DISABLED" value = "true" } ] diff --git a/infra/container_apps/env/prod/terraform.tfvars b/infra/container_apps/env/prod/terraform.tfvars index dd5712f5..36d0893a 100644 --- a/infra/container_apps/env/prod/terraform.tfvars +++ b/infra/container_apps/env/prod/terraform.tfvars @@ -123,23 +123,23 @@ app_settings = [ value = "noreply@areariservata.pagopa.it" }, { - 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" } \ No newline at end of file diff --git a/infra/container_apps/env/uat-pnpg/terraform.tfvars b/infra/container_apps/env/uat-pnpg/terraform.tfvars index b66e1d85..f613b13a 100644 --- a/infra/container_apps/env/uat-pnpg/terraform.tfvars +++ b/infra/container_apps/env/uat-pnpg/terraform.tfvars @@ -111,7 +111,7 @@ app_settings = [ value = "noreply@areariservata.pagopa.it" }, { - name = "PEC_NOTIFICATION_DISABLED" + name = "PEC_NOTIFICATION_DISABLED" value = "true" } ] diff --git a/infra/container_apps/env/uat/terraform.tfvars b/infra/container_apps/env/uat/terraform.tfvars index e7da9c9b..9462bc7d 100644 --- a/infra/container_apps/env/uat/terraform.tfvars +++ b/infra/container_apps/env/uat/terraform.tfvars @@ -1,6 +1,6 @@ env_short = "u" -suffix_increment = "-001" -cae_name = "cae-001" +suffix_increment = "-002" +cae_name = "cae-002" tags = { CreatedBy = "Terraform" @@ -114,23 +114,23 @@ app_settings = [ value = "noreply@areariservata.pagopa.it" }, { - 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" }