Skip to content

Commit 44f834c

Browse files
committed
destroyable acm certificate, fmt fix
1 parent a4358d7 commit 44f834c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ resource "aws_acm_certificate" "default" {
1313
Name, "${var.name}"
1414
),
1515
"${var.tags}")}"
16-
1716
}
1817

1918
resource "aws_route53_record" "default" {

vars.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ variable "alternative_domain_names" {
2222
variable "tags" {
2323
type = "map"
2424
description = "https://docs.aws.amazon.com/ARG/latest/userguide/tagging-resources.html"
25-
default = {
26-
}
25+
default = {}
2726
}

0 commit comments

Comments
 (0)