#Terraform
3 posts tagged “Terraform”
3 posts tagged “Terraform”
Another Docker image with some tools useful for devops, this time includes the TIG CLI utility.
Tig Docker image https://github.com/alastairhm/docker-tig
To use run the following;
docker run --rm -ti -v $(pwd):/mnt ghcr.io/alastairhm/docker-tig:latest
alias tig='docker run --rm -ti -v $(pwd):/mnt ghcr.io/alastairhm/docker-tig:latest'
For full instructions on using TIG visit the offical instructions page.
I’ve built a few Docker images with some tools useful for devops lately.
SpaceVim Docker image with NeoVim https://github.com/alastairhm/spacevim
CloudFlare’s SSL tools Docker image https://github.com/alastairhm/docker-cfssl
TFSec and TFLint tools Docker image https://github.com/alastairhm/docker-terraform-check
Bitwarden CLI tool Docker image https://github.com/alastairhm/docker-bw
Here are a couple of DevOps tips I’ve picked up after a week at my new job which are worth sharing.
This is a useful command to convert AWS IAM Policy JSON to corresponding Terraform code.
https://github.com/flosell/iam-policy-json-to-terraform
This browser extension allows easy role switching with AWS.