We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5e4db commit d0f0bcdCopy full SHA for d0f0bcd
main.tf
@@ -268,7 +268,6 @@ module "acm" {
268
aws.dns = aws.dns
269
}
270
route53_assume_role_arn = var.route53_assume_role_arn
271
- region = var.region
272
273
for_each = var.create_acm ? var.acm_certificates : {}
274
modules/acm/variables.tf
@@ -61,12 +61,6 @@ variable "record_allow_overwrite" {
61
default = true
62
63
64
-variable "region" {
65
- type = string
66
- default = null
67
- description = "(Optional) Region to create ACM certificate in"
68
-}
69
-
70
variable "route53_assume_role_arn" {
71
type = string
72
default = null
0 commit comments