Posts in 2021
-
Automating Terraform Security
Wednesday, May 19, 2021 in 2021
One of the best things about using Terraform to manage your systems is that best practices can be defined and applied to your templates in a manner similar to what is done with application code. This means that linting and testing the infrastructure …
-
Terrascan in Atlantis Workflows
Monday, May 03, 2021 in 2021
Atlantis is a popular open source automation platform for Terraform that leverages an organization’s code repository, such as Git, to streamline and automate Terraform workflows. At its most basic: New Terraform code is introduced as a pull request …