Model/deployment/terraform/modules/ecr/variables.tf
2026-05-19 16:35:09 +00:00

4 lines
No EOL
96 B
HCL

variable "ecr_name" {
description = "The name for the ECR repository"
type = string
}