-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add a part of the application that i use
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |