charlesprabhu
10-20-2022, 07:30 AM
Infrastructure as code is the process of managing and provisioning code infrastructure such as machines and networking resources, instead of using manual processes, such as the console.
The hardest part for me to understand was that creating IaC resources is not like running a script that has an end result. Instead, it’s similar to having building blocks in code that once applied, become a part of the system architecture.
The hardest part for me to understand was that creating IaC resources is not like running a script that has an end result. Instead, it’s similar to having building blocks in code that once applied, become a part of the system architecture.