2 min read
Provisioning a AWS Service Catalog Product can be done with any IaC tool. Terraform is no different.
05/09/2024
Read more...2 min read
If when writing Pulumi code to deploy to AWS ever got the feeling that you where using some interface to write terraform code (HCL), there might be a reason for you to get that feeling.
24/05/2023
Read more...3 min read
Pulumi and Terraform are both infrastructure as code (IAC) tools that allow users to provision and manage infrastructure using code, rather than manual configuration. The main difference between the two is how they achieve this goal.
24/04/2023
Read more...2 min read
Using the terraform graph we can theoretically get a visual representation of either the plan or the current configuration
04/07/2022
Read more...2 min read
Converting a Launch Configuration to a Launch Template might have a no brainer direct equivalent but in some cases it requires some knowledge of the template we are going to use. That would be the case of the root_block_device dynamic block:
07/06/2022
Read more...