Skip to content

Commit d0f0bcd

Browse files
author
rahul-infra
committed
fix: removed unwanted region in my acm module.
1 parent 6a5e4db commit d0f0bcd

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ module "acm" {
268268
aws.dns = aws.dns
269269
}
270270
route53_assume_role_arn = var.route53_assume_role_arn
271-
region = var.region
272271

273272
for_each = var.create_acm ? var.acm_certificates : {}
274273

modules/acm/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ variable "record_allow_overwrite" {
6161
default = true
6262
}
6363

64-
variable "region" {
65-
type = string
66-
default = null
67-
description = "(Optional) Region to create ACM certificate in"
68-
}
69-
7064
variable "route53_assume_role_arn" {
7165
type = string
7266
default = null

0 commit comments

Comments
 (0)