File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 7
7
" hashicorp.hcl" ,
8
8
" hashicorp.sentinel" ,
9
9
" hashicorp.terraform" ,
10
- " oderwat.indent-rainbow" ,
11
- " byi8220.indented-block-highlighting" ,
12
10
" cardinal90.multi-cursor-case-preserve"
13
11
],
14
12
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
Original file line number Diff line number Diff line change 33
33
"exclude" : [" .terraform/**/*" , " **/.terraform/**/*" ],
34
34
"liveIndexing" : false
35
35
},
36
- "terraform.languageServer.enable" : true
36
+ "terraform.languageServer.enable" : true ,
37
+ "editor.guides.bracketPairs" : " active" ,
38
+ "files.trimTrailingWhitespace" : true
37
39
}
Original file line number Diff line number Diff line change @@ -92,6 +92,10 @@ Here are a couple of tools I use to help with managing Terraform versions.
92
92
- [ tfupdate] ( https://github.com/minamijoyo/tfupdate ) : Used to update the version
93
93
constraints in your terraform code for core, providers and modules.
94
94
- ` 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 `
95
99
96
100
### Code Editor
97
101
@@ -181,13 +185,14 @@ The following two lines specify where the `terraform-docs` dynamic content will
181
185
be placed.
182
186
183
187
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
188
+
184
189
## Requirements
185
190
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 |
191
196
192
197
## Providers
193
198
@@ -208,4 +213,5 @@ No inputs.
208
213
## Outputs
209
214
210
215
No outputs.
216
+
211
217
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
You can’t perform that action at this time.
0 commit comments