From 65a0fa724b530d1a7a074d41224a1daed0a4e3e4 Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Tue, 2 Jul 2024 13:27:04 +0530 Subject: [PATCH] update version to be v0.3.3.3-acryl (#13) --- remote-ingestion-executor/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-ingestion-executor/variables.tf b/remote-ingestion-executor/variables.tf index 6bef341..37cbcc8 100644 --- a/remote-ingestion-executor/variables.tf +++ b/remote-ingestion-executor/variables.tf @@ -3,7 +3,7 @@ variable "datahub" { type = object({ # The container image image = optional(string, "795586375822.dkr.ecr.us-west-2.amazonaws.com/datahub-executor") - image_tag = optional(string, "v0.3.2.1") + image_tag = optional(string, "v0.3.3.3-acryl") # Acryl DataHub URL: The URL for your DataHub instance, e.g. .acryl.io/gms url = string # Unique Executor Id. Warning - do not change this without consulting with your Acryl rep