Model/infrastructure/terraform/modules/ecr/variables.tf
2023-08-22 09:19:56 +01:00

4 lines
No EOL
120 B
HCL

variable "environment" {
description = "The environment for the ECR repository (dev or prod)"
type = string
}