Remove fusion_image_uri: Fusion is shared SaaS, not deployed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user