Thursday, January 9, 2020

Terraform Useful Powershell Aliases

Terraform Notes

Useful Powershell Aliases

tplan: terraform plan with paginate with compact warning

function fun_tplan {terraform plan -no-color -compact-warnings | more}
set-alias -name tplan -value fun_tplan

tapply: terraform apply with paginate, compact warning, and automate accept


function fun_tapply {terraform apply -auto-approve -no-color -compact-warnings | more}
set-alias -name tapply -value fun_tapply


No comments:

Post a Comment

AWS WAF log4j query

How to query AWS WAF log for log4j attacks 1. Setup your Athena table using this instruction https://docs.aws.amazon.com/athena/latest/ug/wa...