Available posts in terraform

SST, AWS CDK, AWS CloudFormation migration to Terraform

Title
27th August 2024

Recently, a client approached me with an intriguing request: to migrate their SST (v.2 https://v2.sst.dev/) project to Terraform. This task presents several interesting challenges, particularly in mapping SST and CDK constructs to equivalent…

Terraform CI/CD Staging Pipeline with CircleCI

1st October 2022

Hi, Terraform CI/CD staging pipelines, where the CD stands for Continuous Deployment, allow a secure and continuous development of infrastructure with Terraform. Typically, a commit in the main branch starts the pipeline and the desired changes are…