Sign inSign up

barnabyshearer/tftool

By barnabyshearer

Updated almost 5 years ago

Ergonomic utilities for the terraform CLI.

Image
Integration & delivery
Machine learning & AI
Data science
0

3.4K

barnabyshearer/tftool repository overview

readthedocs.io pypi.org issues

Dockerfile

Usage

alias tftool="docker run --rm --interactive barnabyshearer/tftool"
# Force terraform to be a bit more Unix philosophy
alias tfplan="terraform plan -refresh=false -input=false -out=/tmp/plan > /dev/null && terraform show -json /tmp/plan"
alias tfapply="xargs -or0 terraform apply"
alias tfimport="xargs -or0L2 terraform import"

# Only create new resources
tfplan | tftool target --no-updates | tfapply

# Automatically import new resources if their name/index matches the id.
tfplan | tftool autoimport | tfimport

Tag summary

Content type

Image

Digest

Size

333.6 MB

Last updated

almost 5 years ago

docker pull barnabyshearer/tftool