An excerpt from Patterns and Practices for Infrastructure as Code
By Rosemary Wang
This article discusses testing strategies for infrastructure.
Read it if you’re a sysadmin or software engineer familiar with Python, the basics of provisioning tools like Terraform, and public cloud providers such as Google Cloud Platform that wants to learn more about how to test infrastructure.
An excerpt from Infrastructure as Code, Patterns and Practices
By Rosemary Wang
This article discusses how to apply dependency injection to infrastructure to isolate and minimize resource dependencies.
Read it if you’re a sysadmin or software engineer familiar with Python, the basics of provisioning tools like Terraform, and public cloud providers such as Google Cloud Platform that wants to get a better grasp on DI for infrastructure.