From 9c0e54262f9d5f8e25bdbba081c41cefffa6ca06 Mon Sep 17 00:00:00 2001 From: Esoterydactyl Date: Fri, 5 Aug 2022 08:46:43 -0400 Subject: [PATCH] Update to Infra Provisioning Section (#1380) * Update readme.md * Update content/roadmaps/102-devops/content/105-infrastructure-as-code/103-infrastructure-provisioning/readme.md Co-authored-by: Kamran Ahmed --- .../103-infrastructure-provisioning/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/105-infrastructure-as-code/103-infrastructure-provisioning/readme.md b/content/roadmaps/102-devops/content/105-infrastructure-as-code/103-infrastructure-provisioning/readme.md index 45875d519..60da3a7cf 100644 --- a/content/roadmaps/102-devops/content/105-infrastructure-as-code/103-infrastructure-provisioning/readme.md +++ b/content/roadmaps/102-devops/content/105-infrastructure-as-code/103-infrastructure-provisioning/readme.md @@ -1 +1,3 @@ -# Infrastructure provisioning \ No newline at end of file +# Infrastructure Provisioning + +Tools in this category are used to provision infrastructure in cloud providers. This includes DNS, networking, security policies, servers, containers, and a whole host of vendor-specific constructs. In this category, the use of cloud provider-agnostic tooling is strongly encouraged. These skills can be applied across most cloud providers, and the more specific domain-specific languages tend to have less reach.