diff --git a/terraform/environments/analytical-platform-ingestion/environment-configuration.tf b/terraform/environments/analytical-platform-ingestion/environment-configuration.tf index 4ae278971b1..c6be3ab548c 100644 --- a/terraform/environments/analytical-platform-ingestion/environment-configuration.tf +++ b/terraform/environments/analytical-platform-ingestion/environment-configuration.tf @@ -14,8 +14,8 @@ locals { /* Image Versions */ scan_image_version = "0.0.5" - transfer_image_version = "0.0.8" - notify_image_version = "0.0.9" + transfer_image_version = "0.0.9" + notify_image_version = "0.0.11" /* Target Buckets */ target_buckets = ["mojap-land-dev"] @@ -45,8 +45,8 @@ locals { /* Image Versions */ scan_image_version = "0.0.5" - transfer_image_version = "0.0.8" - notify_image_version = "0.0.9" + transfer_image_version = "0.0.9" + notify_image_version = "0.0.11" /* Target Buckets */ target_buckets = ["mojap-land"]