From 1266478c4c9f360ec2d7329c006af354602ea56d Mon Sep 17 00:00:00 2001 From: Matt Dragon Date: Wed, 20 Nov 2024 16:49:13 -0500 Subject: [PATCH] [Issue #2938] Switch to Metabase Enterprise to allow us to enter a License (#2939) ## Summary Fixes #2938 ### Time to review: __1 mins__ ## Changes proposed Switch to Metabase Enterprise image ## Context for reviewers We need to run the Enterprise image to enter the details for our Pro license --- infra/analytics/metabase/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/analytics/metabase/main.tf b/infra/analytics/metabase/main.tf index ef82fe016..cf75da8f2 100644 --- a/infra/analytics/metabase/main.tf +++ b/infra/analytics/metabase/main.tf @@ -84,7 +84,7 @@ module "service" { source = "../../modules/service" service_name = local.service_name # https://hub.docker.com/r/metabase/metabase - image_repository_url = "docker.io/metabase/metabase" + image_repository_url = "docker.io/metabase/metabase-enterprise" image_tag = local.image_tag vpc_id = data.aws_vpc.network.id public_subnet_ids = data.aws_subnets.public.ids