Terraform module for AWS ECR
I share here another Terraform module I published as open source code, which allows you to create registries in AWS ECR.
I share here another Terraform module I published as open source code, which allows you to create registries in AWS ECR.
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 recently announced the general availability of some of their Cloud Certifications like Terraform and Vault (and others to come like Consul). As ...
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.
I wrote this module to be able to create AWS Route53 Resolver rules for outbound endpoints in a more convenient way.
I share here another Terraform module that I just published as open source, which allows you to create Amazon Cognito User Pools with its attributes and re...
I share here another Terraform module that I just published as open source, which allows you to create Amazon Elasticsearch Service clusters. The module is...
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...
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...
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...
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...
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...