Skip to content

Commit

Permalink
feat: Add a part of the application that i use
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Sep 6, 2024
1 parent 0eb30e9 commit 0f468dc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions folio_content/content/Techno/Infra/Terraform.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 0f468dc

Please sign in to comment.