We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5799e70 commit c27debaCopy full SHA for c27deba
1 file changed
tf/environments/prod/main.tf
@@ -807,7 +807,7 @@ module "ooniapi_ooniprobe" {
807
POSTGRESQL_URL = data.aws_ssm_parameter.oonipg_url.arn
808
JWT_ENCRYPTION_KEY = data.aws_ssm_parameter.jwt_secret.arn
809
PROMETHEUS_METRICS_PASSWORD = data.aws_ssm_parameter.prometheus_metrics_password.arn
810
- CLICKHOUSE_URL = data.aws_ssm_parameter.clickhouse_readonly_url.arn
+ CLICKHOUSE_URL = data.aws_ssm_parameter.clickhouse_write_url.arn
811
ANONC_SECRET_KEY = data.aws_ssm_parameter.anonc_secret_key.arn
812
}
813
0 commit comments