Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit e69897a

Browse files
committed
feat: add Terraform partial for ACME DNS challenge
1 parent 75db92f commit e69897a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

templates/acme_dns_challenge.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Partial for acme_certificate Terraform module
2+
dns_challenge {
3+
provider = "cloudflare"
4+
config = {
5+
CF_DNS_API_TOKEN: "{{ module.config.cloudflare_api_token }}"
6+
}
7+
}

0 commit comments

Comments
 (0)