Skip to content

Commit 5c1c152

Browse files
committed
chore: fix validation
1 parent cf22873 commit 5c1c152

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

terraform/region/ecs/context.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ variable "namespace" {
5353
#tflint-ignore: terraform_standard_module_structure
5454
variable "region" {
5555
type = string
56-
default = null
5756
description = "ID element. Usually used for region e.g. 'uw2', 'us-west-2'."
5857
}
5958

terraform/region/res_ecs.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ module "ecs" {
3131
source = "./ecs"
3232
context = module.this
3333

34+
region = var.region
35+
3436
# Cluster
3537
ecr_repository_url = local.ecr_repository_url
3638
image_version = var.image_version

0 commit comments

Comments
 (0)