Skip to content

Commit

Permalink
chore: add Russia and Ukraine to list of OFAC blocked countries (#336) (
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty committed Oct 31, 2023
1 parent 2c454eb commit e7344b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ resource "aws_ecs_task_definition" "app_task_definition" {
{ name = "ANALYTICS_ENABLED", value = "true" },
{ name = "ANALYTICS_EXPORT_BUCKET", value = var.analytics_datalake_bucket_name },

{ name = "BLOCKED_COUNTRIES", value = "KP,IR,CU,SY" },
{ name = "BLOCKED_COUNTRIES", value = "KP,IR,CU,SY,RU,UA" },

{ name = "CLOUD_API_KEY", value = var.cloud_api_key },
{ name = "CLOUD_API_URL", value = var.cloud_api_url },
Expand Down

0 comments on commit e7344b1

Please sign in to comment.