Posts in 2021
-
Terrascan Expands Beyond Policy as Code for IaC
Thursday, December 02, 2021 in 2021
Terrascan emerged from the need for a scalable way to ensure that cloud infrastructure configuration adheres to evolving security best practices. It helps identify issues such as missing or misconfigured encryption on resources and communication, and …
-
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 …