Skip to content

Commit 0ee3ddd

Browse files
Update README.md
1 parent e02ad06 commit 0ee3ddd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ The module authenticates to the cloudflare DNS by retrieving a Cloudflare Creden
4545

4646
Using the Module with optional `cloudflare` params to generate and upload Cloudflare credential file to S3.
4747

48-
``` ruby
48+
```hcl
4949
module "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

6767
The 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
7070
dns_cloudflare_email = mycloudflareemail@domain.com
7171
dns_cloudflare_api_key = key-654654a54c465c87d87f87fg6
7272
```

0 commit comments

Comments
 (0)