From 6139c6dc252836742fc687ae655f0bcd3e198160 Mon Sep 17 00:00:00 2001 From: Tomasz Hamerla Date: Fri, 21 Oct 2022 17:02:50 +0200 Subject: [PATCH] Add content for infrastructure as code (#2640) * Update 100-infrastructure-as-code.md * Update content/roadmaps/114-software-architect/content/115-operations-knowledge/100-infrastructure-as-code.md Co-authored-by: Kamran Ahmed --- .../100-infrastructure-as-code.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/114-software-architect/content/115-operations-knowledge/100-infrastructure-as-code.md b/content/roadmaps/114-software-architect/content/115-operations-knowledge/100-infrastructure-as-code.md index f22c24885..532bf5ad3 100644 --- a/content/roadmaps/114-software-architect/content/115-operations-knowledge/100-infrastructure-as-code.md +++ b/content/roadmaps/114-software-architect/content/115-operations-knowledge/100-infrastructure-as-code.md @@ -1 +1,8 @@ -# Infrastructure as code \ No newline at end of file +# Infrastructure as Code + +Infrastructure as Code (IaC) is the managing and provisioning of infrastructure through code instead of through manual processes. + +With IaC, configuration files are created that contain your infrastructure specifications, which makes it easier to edit and distribute configurations. It also ensures that you provision the same environment every time. By codifying and documenting your configuration specifications, IaC aids [configuration management](https://www.redhat.com/en/topics/automation/what-is-configuration-management) and helps you to avoid undocumented, ad-hoc configuration changes. + +What is infrastructure as code +Video introduction to infrastructure as code