diff --git a/docs/Engineering/ConfigurationManagement.md b/docs/Engineering/ConfigurationManagement.md index fa929ca..eef14e8 100644 --- a/docs/Engineering/ConfigurationManagement.md +++ b/docs/Engineering/ConfigurationManagement.md @@ -1,5 +1,5 @@ # Configuration Management - Used for virtual machine OS-level configuration -- Configuring the internals of the VMs +- Example: Configuring the internals of the VMs - Referring to package configuration & software maintenance \ No newline at end of file diff --git a/docs/Engineering/IaC.md b/docs/Engineering/IaC.md index b5b63df..a2e7c69 100644 --- a/docs/Engineering/IaC.md +++ b/docs/Engineering/IaC.md @@ -1,7 +1,7 @@ # Infrastructure as Code - Used for provisioning and managing cloud resources -- Creating and provisioning a VM +- Example : Creating and provisioning a VM - Referring to all APIs used to deploy infrastructure - Declarative statements : the yaml configuration is a picture of the desired stage. Unlike CLI commands which are imperative and tells what to do : We can focus on how the infrastructure should be.