Github Actions: If Statement for Matrix Value

Posted by Miguel Lopez on Sat 11 February 2023 in automation

Github Actions: Use an if statement to conditionally run a block given a specific matrix value. (Matrix Strategy Jobs)


Continue reading

If Statements Inside Terraform Dynamic Blocks

Posted by Miguel Lopez on Tue 24 January 2023 in terraform

Learn how to use if-statements inside Terraform Dynamic blocks.


Continue reading

Entrypoint Script with Localstack and Docker-Compose

Posted by Miguel Lopez on Mon 16 January 2023 in localstack

Use Entrypoint Script to Automatically Provision AWS Resources in Localstack


Continue reading

Run Localstack with Docker-Compose

Posted by Miguel Lopez on Mon 16 January 2023 in localstack

Use Localstack to Mock AWS Services For Local Containers


Continue reading

Terraform for_each loops w/ if statements in Terraform 0.12.6+

Posted by Miguel Lopez on Wed 01 December 2021 in terraform

Real life example that demonstrates how to use for_each loops with an if conditional that determines if the resource is built or not.


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