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
45
45
46
46
Using the Module with optional ` cloudflare ` params to generate and upload Cloudflare credential file to S3.
47
47
48
- ``` ruby
48
+ ``` hcl
49
49
module "certbot_example" {
50
50
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
52
52
# version = "1.1.4" # Latest version for Terraform < 0.12
53
53
54
54
aws_region = "us-west-2"
@@ -66,7 +66,7 @@ module "certbot_example" {
66
66
67
67
The Cloudflare credentials file can be created manually in the format below and uploaded to the location: ` $s3_bucket/$s3_path/dns/cloudflare.ini `
68
68
69
- ``` ini
69
+ ``` ini
70
70
dns_cloudflare_email = mycloudflareemail@domain.com
71
71
dns_cloudflare_api_key = key-654654a54c465c87d87f87fg6
72
72
```
You can’t perform that action at this time.
0 commit comments