This is examples to wrap Terraform command using aqua.
There are several ways to implement the wrapper:
First, please install aqua.
And run aqua i -l
.
aqua i -l
- Add
bin
to `$PATH:
export PATH=$PWD/bin:$PATH
If you use direnv,
direnv allow
- Run
terraform
:
$ terraform version
[INFO] Terraform wrapper
Terraform v1.9.8
on darwin_arm64