Dockerfile with Packer and Ansible Installed

Posted by Miguel Lopez on Tue 06 June 2023 in tutorials

Create a Docker Image with Packer + Ansible installed. This is useful for creating a Docker Image that can be used for CI/CD pipelines.


Continue reading

If Statements Inside Terraform Dynamic Blocks

Posted by Miguel Lopez on Tue 24 January 2023 in terraform

A guide to help you build if-statements inside Terraform dynamic blocks. By the end of this guide, you will understand how to create two default_action blocks for the aws_lb_listener resource (and only use one of them).


Continue reading

Terraform for_each Loops w/ If Statements

Posted by Miguel Lopez on Wed 01 December 2021 in terraform

A guide to help you build if statements inside Terraform for_each loops. This guide includes a few examples of how to use conditional logic inside Terraform for_each loops to control which resources are built.


Continue reading

If, If-else Statements in Terraform

Posted by Miguel Lopez on Tue 10 April 2018 in automation

Using if-else statements in Terraform


Continue reading

Managing Environments on Serverless Framework

Posted by Miguel Lopez on Mon 02 April 2018 in tutorials

Learn how to deploy Lambda functions to dev/test/stage/prod environments on Serverless Framework


Continue reading

Automate Salt-Minion Registrations on EC2

Posted by Miguel Lopez on Fri 30 March 2018 in automation

Use scripts to automatically register new EC2 minions with Salt-Master


Continue reading

Introduction to SaltStack

Posted by Miguel Lopez on Thu 22 March 2018 in automation

SaltStack 101, Set up your first Salt-Master and Salt-Minion


Continue reading