CICD and IaC - Test terraform with terratest in Docker - Ep.3
How to test terraform using Golang and Terratest
In this third episode of the miniseries CICD and IaC we are going to see how to test the artifact we created in the previous video.
amasucci.com
How to test terraform using Golang and Terratest
In this third episode of the miniseries CICD and IaC we are going to see how to test the artifact we created in the previous video.
Using Docker to create terraform artifacts
In this second episode of the miniseries CICD and IaC we are going to see how to create immutable artifacts for our terraform code.
Using YAML to define terraform resources attributes and get automatic validation
This article is part of a miniseries. In the miniseries I will show with practical examples how to apply concepts of CI/CD to IaC, we are going to see how to create independent immutable artifacts for our IaC. How to package them and how to test their deployment.