From aaffc32fd53b4e840df5eb7a06556cceeaad9d6b Mon Sep 17 00:00:00 2001 From: Marco Lancini Date: Fri, 20 Jan 2023 11:50:44 +0000 Subject: [PATCH] [TERRAFORM] Update README (#130) --- terraform/README.md | 3 +-- terraform/cloudflare-gateway-adblocking/README.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/README.md b/terraform/README.md index ec298ba..c2b4488 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -11,6 +11,5 @@ This folder contains the relevant sources needed by a few custom Terraform modul | [aws-github-backups](aws-github-backups/) | Automates the setup of an ECS Task needed to backup a Github account, as described in [Automated Github Backups with ECS and S3](https://www.marcolancini.it/2021/blog-github-backups-with-ecs/) | | [aws-oidc-ci](aws-oidc-ci/) | Automates the setup of OIDC federation between AWS and Github Actions/Gitlab CI | | [aws-security-reviewer](aws-security-reviewer/) | Setup roles and users needed to perform a security audit of AWS accounts, as described in [Cross Account Auditing in AWS and GCP](https://www.marcolancini.it/2019/blog-cross-account-auditing/) | -| [cloudflare-gateway-adblocking](cloudflare-gateway-adblocking/) | Mimic the Pi-hole's behaviour using only serverless technologies (Cloudflare Gateway, to be precise), | -as described in [Serverless Ad Blocking with Cloudflare Gateway](https://blog.marcolancini.it/2022/blog-serverless-ad-blocking-with-cloudflare-gateway/) +| [cloudflare-gateway-adblocking](cloudflare-gateway-adblocking/) | Mimic the Pi-hole's behaviour using only serverless technologies (Cloudflare Gateway, to be precise), as described in [Serverless Ad Blocking with Cloudflare Gateway](https://blog.marcolancini.it/2022/blog-serverless-ad-blocking-with-cloudflare-gateway/) | [digitalocean-algovpn](digitalocean-algovpn/) | DigitalOcean droplet hosting an Algo VPN server | diff --git a/terraform/cloudflare-gateway-adblocking/README.md b/terraform/cloudflare-gateway-adblocking/README.md index 7d1e883..e2a3a42 100644 --- a/terraform/cloudflare-gateway-adblocking/README.md +++ b/terraform/cloudflare-gateway-adblocking/README.md @@ -15,6 +15,7 @@ In short, this module creates: > ⚠️ This module has been exported from my personal setup, which relies on a monorepo leveraging local modules only. +> > Since this module relies on a local text file to store the domain list, it is supposed to be fetched with a local import. If you'd like to fetch it from a remote registry, modifications are required.