summaryrefslogtreecommitdiff
path: root/infrastructure/acm.tf
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/acm.tf')
-rw-r--r--infrastructure/acm.tf4
1 files changed, 0 insertions, 4 deletions
diff --git a/infrastructure/acm.tf b/infrastructure/acm.tf
deleted file mode 100644
index f07a0eb..0000000
--- a/infrastructure/acm.tf
+++ /dev/null
@@ -1,4 +0,0 @@
-data "aws_acm_certificate" "joeac_ssl_certificate" {
- domain = local.domain
- statuses = ["ISSUED"]
-}