Skip to content

suzuki-shunsuke/example-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-wrapper

This is examples to wrap Terraform command using aqua.

There are several ways to implement the wrapper:

  1. Shell script wrapper
  2. Go wrapper
  3. Install the wrapper using aqua

Shell script wrapper

First, please install aqua.

And run aqua i -l.

aqua i -l
  1. Add bin to `$PATH:
export PATH=$PWD/bin:$PATH

If you use direnv,

direnv allow
  1. Run terraform:
$ terraform version
[INFO] Terraform wrapper
Terraform v1.9.8
on darwin_arm64

LICENSE

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages