From 2f9a4637cf9a0a469cebc3ccaa41e3a02c817d8f Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Wed, 1 Jul 2026 05:06:56 +0000 Subject: [PATCH] Remove fusion_image_uri: Fusion is shared SaaS, not deployed --- terraform/variables.tf | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 0b9d610..d313211 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -16,13 +16,8 @@ variable "bedrock_model_id" { default = "anthropic.claude-3-5-sonnet-20241022-v2:0" } -# TODO: set these after you push the container images (see scripts/deploy.sh). -variable "fusion_image_uri" { - description = "ECR URI for the Axway Amplify AI Gateway (Fusion) data-plane image you supply." - type = string - default = "REPLACE_ME_FUSION_IMAGE_URI" -} - +# Fusion is a shared SaaS instance (NOT deployed here). Only the Presidio detector +# is self-hosted. TODO: set after scripts/deploy.sh builds + pushes the image. variable "presidio_image_uri" { description = "ECR URI for the Presidio detector image built from ./presidio." type = string