Skip to content

Commit

Permalink
Merge pull request #29 from adinhodovic/add-description
Browse files Browse the repository at this point in the history
docs: Add description to readme
  • Loading branch information
adinhodovic authored Dec 14, 2023
2 parents 5a2392a + 4b3b3c4 commit 8648645
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Terraform-Cloudflare-Maintenance

Terraform module to create a responsive **Maintenance Page** using
Cloudflare Workers.
Terraform module to create a responsive **Maintenance Page** using Cloudflare Workers.

The Cloudflare script intercepts all incoming requests and checks if the request is coming from an IP that is in the whitelist or if the request path matches a whitelisted path. If the request is not whitelisted, it returns a maintenance page.

The module can be used through [Terraform's registry](https://registry.terraform.io/modules/adinhodovic/maintenance/cloudflare/latest).

Expand Down

0 comments on commit 8648645

Please sign in to comment.