Skip to content

Commit

Permalink
feat: add terraform-cli support
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvivar-eb committed Apr 16, 2024
1 parent 77e8112 commit d75dc90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Add support for SketchyBar (via @LarsRefsgaard)
- Add support for nvm (via @Wxh16144)
- Add support for PHPStorm 2023.3 (via @damosse31)
- Add support for Terraform CLI (via @jdvivar)

## Mackup 0.8.40

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ See the [README](doc/README.md) file in the doc directory for more info.
- [Terminator](https://launchpad.net/terminator/)
- [termite](https://github.com/thestinger/termite)
- [Termux](https://termux.dev/)
- [Terraform CLI](https://developer.hashicorp.com/terraform/cli)
- [TextExpander](https://smilesoftware.com/textexpander)
- [TextMate](http://macromates.com/)
- [Textual](http://www.codeux.com/textual/)
Expand Down
6 changes: 6 additions & 0 deletions mackup/applications/terraform-cli.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[application]
name = terraform-cli

[configuration_files]
.terraformrc
.terraform.d

0 comments on commit d75dc90

Please sign in to comment.