Skip to content

Commit

Permalink
Tflint for aws-acm module
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Dec 30, 2024
1 parent 6599a78 commit 5b49e70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/modules/aws-acm/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ variable "domain_name" {
}

variable "zone_id" {
type = string
default = ""
description = "R53 zone id for public domain"
}

variable "validation_method" {
type = string
default = "DNS"
description = "Which method to use for validation. DNS or EMAIL are valid. This parameter must not be set for certificates that were imported into ACM and then into Terraform."
}

0 comments on commit 5b49e70

Please sign in to comment.