Model/infrastructure/terraform/modules/ecr/variables.tf
2023-08-31 13:50:51 +01:00

4 lines
No EOL
96 B
HCL

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