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"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user