juntekim.com/terraform/modules/ecr/variables.tf
2026-02-17 23:28:47 +00:00

4 lines
No EOL
96 B
HCL

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