From 5a6844ef790084558e759ee1e40d060e20215adc Mon Sep 17 00:00:00 2001 From: Aniket Sonwane Date: Fri, 6 Mar 2026 21:17:17 +0530 Subject: [PATCH] Update readme.md testing --- Infrastructure-provisioning/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Infrastructure-provisioning/readme.md b/Infrastructure-provisioning/readme.md index faa65cdf..25bb147b 100644 --- a/Infrastructure-provisioning/readme.md +++ b/Infrastructure-provisioning/readme.md @@ -1,7 +1,7 @@ # Infrastructure as Code -Infrastruce as code - Infrastructure as code (IaC) is the process of managing and provisioning computer data centers through machine-readable definition files, rather than physical hardware configuration or interactive configuration tools.[1] The IT infrastructure managed by this comprises both physical equipment such as bare-metal servers as well as virtual machines and associated configuration resources. The definitions may be in a version control system. It can use either scripts or declarative definitions, rather than manual processes, but the term is more often used to promote declarative approaches. +Infrastruce as code - Infrastructure as code (IaC) is the process of managing and provisioning computer data centers through machine-readable definition files, rather than physical hardware configuration or interactive configuration tools.[1] The IT infrastructure managed by this comprises both physical equipment such as bare-metal servers as well as virtual machines and associated configuration resources. The definitions may be in a version control system. It can use either scripts or declarative definitions, rather than manual processes, but the term is more often used to promote declarative approaches. Simply code your infrastructure configuration files with combination of different cloud providers.