Skip to content

Commit

Permalink
Add missing line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing committed Jun 12, 2024
1 parent a91f59e commit 1644b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion certificatemanager/data.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
data "aws_route53_zone" "zone" {
name = var.dns_zone
private_zone = false
}
}
2 changes: 1 addition & 1 deletion certificatemanager/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
output "certificate_arn" {
value = aws_acm_certificate_validation.cert.certificate_arn
}
}

0 comments on commit 1644b20

Please sign in to comment.