#terraform #tfc #envvar
This blog will give you a brief overview for exposing services from a private network to the public...
Terraform has many popular mechanisms for storing its state file. While I have grown quite fond of...
Brief description of an easy way to get AWS credentials from AWS SSO via CLI
There's no magic here, friends. $ terraform apply # fails $ git checkout HEAD~ # checkout the...
How to use Terraform validation blocks and some common uses
It should not be this difficult to search for a dang AMI
Just some boilerplate HCL
use terraform functions to compare 2 lists of maps for equality
How to setup debugging in VSCode for when developing to the AWS Terraform Provider
Prevent AWS default_tags from being applied to a specific resource
How to take a slice of a list using terraform functions
I will never again open a port on a security group explicitly for ssh. Session manager is fantastic, let me show you.
an example for using python library moto to mock the aws sqs api
snippet for how to remove an item from a terraform list
This post shows how you can validate parameters meet logical conditions in your cloudformation stack. This allows for faster fails in circumstances when user provides properly linted but logically false values.
Below reviews 2 ways to collect extra metrics from an ec2 instance and send to cloudwatch. The first...
A Python Data Types Chart
use terraform's for_each instead of count
a cli fix for when your bluetooth mouse disconnects
Use a Terraform variable's value to define another variable
how to extract items from a list buried in an element using jmespath
while building your VM, enable IP forwarding and also pass this remote-exec provisioner...
Quick insight on how to test Ansible modules in CLI and in VSCode