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

Commit

Permalink
feat: add Terraform partial for ACME DNS challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Mar 11, 2021
1 parent 75db92f commit e69897a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/acme_dns_challenge.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Partial for acme_certificate Terraform module
dns_challenge {
provider = "cloudflare"
config = {
CF_DNS_API_TOKEN: "{{ module.config.cloudflare_api_token }}"
}
}

0 comments on commit e69897a

Please sign in to comment.