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 a4358d7 commit 44f834cCopy full SHA for 44f834c
main.tf
@@ -13,7 +13,6 @@ resource "aws_acm_certificate" "default" {
13
Name, "${var.name}"
14
),
15
"${var.tags}")}"
16
-
17
}
18
19
resource "aws_route53_record" "default" {
vars.tf
@@ -22,6 +22,5 @@ variable "alternative_domain_names" {
22
variable "tags" {
23
type = "map"
24
description = "https://docs.aws.amazon.com/ARG/latest/userguide/tagging-resources.html"
25
- default = {
26
- }
+ default = {}
27
0 commit comments