File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This Module allows simple and rapid deployment
1212- Uses specified S3 Bucket/Key for encrypted storage of Cloudflare API credentials and retrieved SSL Certificates.
1313- Create CloudWatch Event to trigger function to renew certificates
1414- Python function editable in repository and in Lambda UI
15- - Python dependencies packages in Lambda Layers zip
15+ - Python dependencies packaged in Lambda Layers zip
1616 - Optionally create custom Lambda Layer zip using [ build-lambda-layer-python] ( https://github.com/robertpeteuil/build-lambda-layer-python )
1717 - Enables adding/changing dependencies
1818 - Enables compiling for different version of Python
@@ -50,7 +50,8 @@ module "certbot_example" {
5050 s3_bucket = " projectx"
5151 s3_path = " certs"
5252
53- # optional if file is manually created
53+ # if specified, terraform will create and store cloudflare credentials file
54+ # alternatively, the file can be manually created as specified below
5455 cloudflare_api_key = " key-654654a54c465c87d87f87fg6"
5556 cloudflare_email = " mycloudflareemail@domain.com"
5657}
You can’t perform that action at this time.
0 commit comments