EscVector / terraform-windows-helper-files

Terraform Windows helper files for fast typing and quick cut-n-paste

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-widows-helper-files

Terraform Windows helper files for fast typing and quick cut-n-paste

tf.exe is linked to terraform.exe fast typing at cmd prompt. Run mlink in elevated cmd prompt.

c:\app\terraform> mklink tf.exe terraform.exe

Put these file in your path and open a new command prompt.

Example: tfs module.regions.data.aws_region.info["eu-west-3"]

tfs replaces the quoted strings with commented quoted strings

terraform destroy -force replaced with terraform destroy -auto-approve

About

Terraform Windows helper files for fast typing and quick cut-n-paste


Languages

Language:Batchfile 100.0%