Adds initial files]
This commit is contained in:
16
infra/ecr/variable.tf
Normal file
16
infra/ecr/variable.tf
Normal file
@@ -0,0 +1,16 @@
|
||||
variable "aws_region" {
|
||||
description = "AWS region"
|
||||
type = string
|
||||
default = "us-east-1"
|
||||
}
|
||||
|
||||
variable "repository_name" {
|
||||
description = "Name of the ECR repository"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "environment" {
|
||||
description = "Environment name"
|
||||
type = string
|
||||
default = "dev"
|
||||
}
|
||||
Reference in New Issue
Block a user