From 0f468dc3866ef3c25f507de599f5149c559c168f Mon Sep 17 00:00:00 2001 From: Max batleforc Date: Fri, 6 Sep 2024 19:36:07 +0200 Subject: [PATCH] feat: Add a part of the application that i use --- .../content/Techno/Infra/Terraform.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 folio_content/content/Techno/Infra/Terraform.md diff --git a/folio_content/content/Techno/Infra/Terraform.md b/folio_content/content/Techno/Infra/Terraform.md new file mode 100644 index 0000000..656a8ba --- /dev/null +++ b/folio_content/content/Techno/Infra/Terraform.md @@ -0,0 +1,25 @@ +--- +date: 2024-07-16T22:51:00Z +title: "Terraform" +description: "Terraform - The Infrastructure as Code tool" +spec: + blog: false + project: false + doc: true +links: + - name: "Terraform" + url: "https://www.terraform.io/" + - name: "Terraform Documentation" + url: "https://www.terraform.io/docs/index.html" +tags: + - "Automation" + - "Terraform" + - "Cloud" + - "Infrastructure as Code" +--- + +## Terraform + +Terraform is an Infrastructure as Code tool. Written in Go, it's a good solution to manage your infrastructure as code. It's pretty easy to use and extend if needed. + +I use Terraform to extend my GitOps solution. It's a good solution to manage your infrastructure as code and to be able to deploy your infrastructure.