Skip to content

Commit 4c1c246

Browse files
committed
feat: Adding TFTui and removing unused VSCode extensions.
Signed-off-by: Michael Ethridge <[email protected]>
1 parent d434774 commit 4c1c246

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

.vscode/extensions.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
"hashicorp.hcl",
88
"hashicorp.sentinel",
99
"hashicorp.terraform",
10-
"oderwat.indent-rainbow",
11-
"byi8220.indented-block-highlighting",
1210
"cardinal90.multi-cursor-case-preserve"
1311
],
1412
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@
3333
"exclude": [".terraform/**/*", "**/.terraform/**/*"],
3434
"liveIndexing": false
3535
},
36-
"terraform.languageServer.enable": true
36+
"terraform.languageServer.enable": true,
37+
"editor.guides.bracketPairs": "active",
38+
"files.trimTrailingWhitespace": true
3739
}

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ Here are a couple of tools I use to help with managing Terraform versions.
9292
- [tfupdate](https://github.com/minamijoyo/tfupdate): Used to update the version
9393
constraints in your terraform code for core, providers and modules.
9494
- `brew install tfupdate`
95+
- [TFTUI](https://github.com/idoavrah/terraform-tui): TFTUI is a powerful
96+
textual UI that empowers users to effortlessly view and interact with their
97+
Terraform state.
98+
- `brew install idoavrah/tap/tftui`
9599

96100
### Code Editor
97101

@@ -181,13 +185,14 @@ The following two lines specify where the `terraform-docs` dynamic content will
181185
be placed.
182186

183187
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
188+
184189
## Requirements
185190

186-
| Name | Version |
187-
|------|---------|
188-
| terraform | ~> 1.0 |
189-
| google | ~>4.55 |
190-
| hcp | ~>0.54 |
191+
| Name | Version |
192+
| --------- | ------- |
193+
| terraform | ~> 1.0 |
194+
| google | ~>4.55 |
195+
| hcp | ~>0.54 |
191196

192197
## Providers
193198

@@ -208,4 +213,5 @@ No inputs.
208213
## Outputs
209214

210215
No outputs.
216+
211217
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

0 commit comments

Comments
 (0)