Skip to content

Commit

Permalink
chore: remove Ukraine from list of OFAC blocked countries (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty committed Oct 31, 2023
1 parent e7344b1 commit a8b467a
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,RU,UA" },
{ name = "BLOCKED_COUNTRIES", value = "KP,IR,CU,SY,RU" },

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

0 comments on commit a8b467a

Please sign in to comment.