From 2dfaab8a14fb2a9602bfb534c82420ed302c7204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfonso=20Montero=20L=C3=B3pez?= Date: Wed, 5 Jun 2024 00:59:19 +0200 Subject: [PATCH 1/3] Docs: Update README.md to correctly display Cloudflare's provider status as broken --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7160b6b2c..af55da0da 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ A CLI tool that generates `tf`/`json` and `tfstate` files based on existing infr * [OctopusDeploy](/docs/octopus.md) * [RabbitMQ](/docs/rabbitmq.md) * Network - * [Cloudflare](/docs/cloudflare.md) + * [Cloudflare](/docs/cloudflare.md) (broken, see #1761) * [Myrasec](/docs/myrasec.md) * [PAN-OS](/docs/panos.md) * VCS From 6c37d552410f4848a279e8f6f0470e8eb8faca9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfonso=20Montero=20L=C3=B3pez?= Date: Wed, 5 Jun 2024 01:07:15 +0200 Subject: [PATCH 2/3] Docs: link to CONTRIBUTING.md from readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af55da0da..6013da927 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,7 @@ https://www.terraform.io/docs/configuration/providers.html ## Contributing If you have improvements or fixes, we would love to have your contributions. -Please read CONTRIBUTING.md for more information on the process we would like +Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for more information on the process we would like contributors to follow. ## Developing From 3b489ac8243073b89bd26c9620d1443afbb16c35 Mon Sep 17 00:00:00 2001 From: pataquets Date: Mon, 21 Oct 2024 01:45:36 +0200 Subject: [PATCH 3/3] Trigger linter.