Dealing with multiple terraform remote states can become a rather complex task. Besides, querying resources with terraform CLI isn’t very visual ๐ . In this post we will present Terraboard, an open source tool developed by Camptocamp that solves these issues. Terraboard provides a web interface which also adds a diff tool to compare different resource […]
Tag: IaC
Pulumi: Multi-Platform Multi-Language IaC ๐๐๏ธ
This is the second article on Infrastructure as Code using well-known programming languages. The first one was focused on the AWS CDK. In this post, we will introduce Pulumi, a similar tool which offers multi-cloud support. Infrastructure as Code (IaC) is one of the biggest revolutions in the cloud computing landscape, as it allows automating […]
AWS CDK: Dev-like IaC ๐ฅ๏ธ๐๏ธ
Infrastructure as Code (IaC) is one of the biggest revolutions in the cloud computing landscape, as it allows automating the deployment of infrastructure based on its definition in the source code. Using code as the source of truth for infrastructure has several benefits: Infrastructure can be versioned as source code normally is, increasing the traceability […]