Skip to content

Commit c26fb06

Browse files
committed
v0.0.4
1 parent e855148 commit c26fb06

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ This extension supports the following features:
88

99
- Terraform commands: init, plan, apply, validate, refresh and destroy.
1010
- Auto complete: Autocomplete resource types, parameters, and resource definitions.
11+
- Import resource: display the existing `CVM` resource and then import it as a tf file by `terraform import`.
1112

1213
*TO-DO(Features to be supported in the future):*
1314
- Visualize: graph the terraform resources and modules.
14-
- Resource Import: takeover and manage the existing resources on Tencent Cloud.
15-
- Auto complete: provider code snippets of specified.
16-
- Cloud shell: connect to Tencnet Cloud.
15+
- Resource Import: support import of more kinds of resources by [Terraformer](https://github.com/GoogleCloudPlatform/terraformer).
16+
- Autocomplete: provider code snippets of the specified resource.
17+
- Connect to Tencent Cloud: login to Tencent Cloud and sync your account info(eg: obtain AKSK/Token automatically).
1718

1819
## Commands
1920

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-tencentcloud-terraform",
33
"displayName": "Tencent Cloud Terraform",
44
"description": "VS Code extension for developing with Terraform on Tencent Cloud",
5-
"version": "0.0.2",
5+
"version": "0.0.4",
66
"license": "MIT",
77
"publisher": "Tencent-Cloud",
88
"icon": "images/tc-tf-logo.png",
@@ -223,7 +223,7 @@
223223
"@types/mocha": "^10.0.1",
224224
"@types/node": "16.x",
225225
"@types/opn": "^3.0.28",
226-
"@types/vscode": "^1.77.0",
226+
"@types/vscode": "^1.70.0",
227227
"@typescript-eslint/eslint-plugin": "^5.49.0",
228228
"@typescript-eslint/parser": "^5.49.0",
229229
"@vscode/test-electron": "^2.2.2",

0 commit comments

Comments
 (0)