From 263bc8032893fd5d5db28243bf57d9fecfdb2ab7 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 8 Jun 2025 14:45:17 +0200 Subject: [PATCH] fix(blog): typos --- content/blog/terraform/forgejo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/terraform/forgejo.md b/content/blog/terraform/forgejo.md index de24447..fa7e282 100644 --- a/content/blog/terraform/forgejo.md +++ b/content/blog/terraform/forgejo.md @@ -10,10 +10,10 @@ tags: ## Introduction -Last month I started writing an OpenTofu/terraform for +Last month I started writing an OpenTofu/terraform provider for [Forgejo](https://forgejo.org/). I wanted to automate this forge the same as I automate github already: create and manage repositories, provision actions -secrets and variables, configure issue labels, managing mirrors, etc. +secrets and variables, configure issue labels, manage mirrors, etc. A community provider already existed but it is really barebones and missing almost all the resources I need. I could have tried to contribute to it, but