Terraform

Terraform module for AWS ECR

2 minute read

I share here another Terraform module I published as open source code, which allows you to create registries in AWS ECR.

Terraform module for Secrets Manager

3 minute read

I just published a Terraform module called terraform-aws-secrets-manager at Github, so I decided to share it as well in the public Terraform Registry.

HashiCorp Certified: Terraform Associate

2 minute read

HashiCorp recently announced the general availability of some of their Cloud Certifications like Terraform and Vault (and others to come like Consul). As ...

Terraform module for Amazon CodeBuild

8 minute read

I just published a Terraform module called terraform-aws-codebuild at Github, so I decided to share it as well in the public Terraform Registry.

Terraform module for AWS Backup

5 minute read

I just published my first open-sourced Terraform module called terraform-aws-backup at Github, so I decided to share it as well in the public Terraform Reg...

How to migrate Terraform remote tfstates

1 minute read

In Terraform you can rename and move resources and modules in the same state, whether it is local or remote. But when you want to migrate resources or modu...

Dynamic blocks in Terraform 0.12.x

2 minute read

Some time ago I wrote about how to make dynamic blocks in Terraform 0.11.x, that although it solved the problem, it generated others because it wasn’t an o...

Dynamic configuration blocks in Terraform

1 minute read

One of the things I had to resolve was the fact that in Terraform there are configuration blocks that, depending on the options may have different paramete...

Working with Terraform modules

3 minute read

In this post you’ll see how reuse your Terraform code using modules to avoid writing the same code over and over. Also you will lear how to version your mod...