From e446a79090c0e6b8c81c1248e4bb66b573b3f844 Mon Sep 17 00:00:00 2001
From: Dominik Pabst <963151+DoPaNik@users.noreply.github.com>
Date: Mon, 31 Oct 2022 09:16:14 +0100
Subject: [PATCH] Add resource for infrastructure as code (#2747)
---
.../102-devops/content/105-infrastructure-as-code/readme.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/102-devops/content/105-infrastructure-as-code/readme.md b/content/roadmaps/102-devops/content/105-infrastructure-as-code/readme.md
index ff5d5cb76..8ce9a7a6a 100644
--- a/content/roadmaps/102-devops/content/105-infrastructure-as-code/readme.md
+++ b/content/roadmaps/102-devops/content/105-infrastructure-as-code/readme.md
@@ -1,6 +1,6 @@
# Infrastructure as Code
-Sometimes referred to as IaC, this section refers to the techniques and tools used to define infrastructure, typically in a markup language like YAML or JSON. Infrastructure as code allows DevOps Engineers to use the same workflows used by software developers to version, roll back, and otherwise manage changes.
+Sometimes referred to as IaC, this section refers to the techniques and tools used to define infrastructure, typically in a markup language like YAML or JSON. Infrastructure as code allows DevOps Engineers to use the same workflows used by software developers to version, roll back, and otherwise manage changes.
The term Infrastructure as Code encompasses everything from bootstrapping to configuration to orchestration, and it is considered a best practice in the industry to manage all infrastructure as code. This technique precipitated the explosion in system complexity seen in modern DevOps organizations.
@@ -8,3 +8,4 @@ The term Infrastructure as Code encompasses everything from bootstrapping to con
What is Infrastructure as Code?
What is Infrastructure as Code? Difference of Infrastructure as Code Tools
GUIs, CLI, APIs: Learn Basic Terms of Infrastructure-as-Code
+Understanding Infrastructure as Code (IaC) in less than 10 minutes