Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
pitiscarf committed Dec 2, 2023
1 parent 731cae0 commit bc769e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ resource scaleway_container test_api {
"API_ASSOCIATION_ES_ENDPOINT" = local.secrets.API_ASSOCIATION_ES_ENDPOINT
"API_PDF_ENDPOINT" = local.secrets.API_PDF_ENDPOINT
"BUCKET_NAME" = local.secrets.BUCKET_NAME
"CC_CLAMAV":"true",
"CC_CLAMAV" = "true"
"CELLAR_ENDPOINT" = local.secrets.CELLAR_ENDPOINT
"CELLAR_ENDPOINT_SUPPORT" = local.secrets.CELLAR_ENDPOINT_SUPPORT
"CELLAR_KEYID" = local.secrets.CELLAR_KEYID
Expand All @@ -156,8 +156,8 @@ resource scaleway_container test_api {
"KNOWLEDGEBASE_URL" = local.secrets.KNOWLEDGEBASE_URL
"PUBLIC_BUCKET_NAME" = local.secrets.PUBLIC_BUCKET_NAME
"PUBLIC_BUCKET_NAME_SUPPORT" = local.secrets.PUBLIC_BUCKET_NAME_SUPPORT
"SENTRY_PROFILE_SAMPLE_RATE":"0.8",
"SENTRY_TRACING_SAMPLE_RATE":"0.1",
"SENTRY_PROFILE_SAMPLE_RATE" = "0.8"
"SENTRY_TRACING_SAMPLE_RATE" = "0.1"
"SENTRY_URL" = local.secrets.SENTRY_URL
"SUPPORT_APIKEY" = local.secrets.SUPPORT_APIKEY
"SUPPORT_URL" = local.secrets.SUPPORT_URL
Expand Down

0 comments on commit bc769e7

Please sign in to comment.