File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ The module authenticates to the cloudflare DNS by retrieving a Cloudflare Creden
4545
4646Using the Module with optional ` cloudflare ` params to generate and upload Cloudflare credential file to S3.
4747
48- ``` ruby
48+ ``` hcl
4949module "certbot_example" {
5050 source = "robertpeteuil/certbot-cloudflare-lambda/aws"
51- version = " 2.0.0 " # HCL2 support - requires Terraform >= 0.12
51+ version = "2.0.1 " # HCL2 support - requires Terraform >= 0.12
5252 # version = "1.1.4" # Latest version for Terraform < 0.12
5353
5454 aws_region = "us-west-2"
@@ -66,7 +66,7 @@ module "certbot_example" {
6666
6767The Cloudflare credentials file can be created manually in the format below and uploaded to the location: ` $s3_bucket/$s3_path/dns/cloudflare.ini `
6868
69- ``` ini
69+ ``` ini
7070dns_cloudflare_email = mycloudflareemail@domain.com
7171dns_cloudflare_api_key = key-654654a54c465c87d87f87fg6
7272```
You can’t perform that action at this time.
0 commit comments