Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updates acm_domain_name description.
  • Loading branch information
DJKaswa committed Jul 7, 2022
commit 97cc33c0ab8b8758ff26a8862791a593ffb9d295
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variable "input_tags" {
}

variable "acm_domain_name" {
description = "Name of the certificate to be created in AWS ACM"
description = "Name of the certificate to be created in AWS ACM / FQDN"
type = string
}

Expand Down