Remove fusion_image_uri: Fusion is shared SaaS, not deployed

This commit is contained in:
2026-07-01 05:06:56 +00:00
parent eb2aa17dbf
commit 2f9a4637cf

View File

@@ -16,13 +16,8 @@ variable "bedrock_model_id" {
default = "anthropic.claude-3-5-sonnet-20241022-v2:0" default = "anthropic.claude-3-5-sonnet-20241022-v2:0"
} }
# TODO: set these after you push the container images (see scripts/deploy.sh). # Fusion is a shared SaaS instance (NOT deployed here). Only the Presidio detector
variable "fusion_image_uri" { # is self-hosted. TODO: set after scripts/deploy.sh builds + pushes the image.
description = "ECR URI for the Axway Amplify AI Gateway (Fusion) data-plane image you supply."
type = string
default = "REPLACE_ME_FUSION_IMAGE_URI"
}
variable "presidio_image_uri" { variable "presidio_image_uri" {
description = "ECR URI for the Presidio detector image built from ./presidio." description = "ECR URI for the Presidio detector image built from ./presidio."
type = string type = string