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

Running Git in AWS Lambda Functions

Posted by Miguel Lopez on Thu 07 March 2019 in tutorials

Use GitPython w/ a Git Executable in AWS Lambda


Continue reading

Building Robust Packer AMIs

Posted by Miguel Lopez on Fri 16 November 2018 in automation

How to avoid Could not get lock /var/lib/dpkg/lock while using Packer


Continue reading

Solving Connectivity Issues w/ Global Protect

Posted by Miguel Lopez on Fri 13 April 2018 in tutorials

Solving Connectivity Issues on Global Protect


Continue reading

Jenkins Pipeline Env Variables w/ AWS SSM

Posted by Miguel Lopez on Thu 12 April 2018 in automation

Pull environment variables from AWS Parameter Store in a Jenkins Declarative Pipeline


Continue reading

If, If-else Statements in Terraform

Posted by Miguel Lopez on Tue 10 April 2018 in automation

Using if-else statements in terraforms


Continue reading

Install Common Developement Tools on Mac

Posted by Miguel Lopez on Wed 04 April 2018 in automation

Automatically install common developer tools on macOS with this script.


Continue reading

Managing Envrionments 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

Managing Automation Around Auto Scaling Groups

Posted by Miguel Lopez on Sat 31 March 2018 in automation

How to pick an automation toolset that supports auto scaling in the cloud


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