You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,10 @@ This extension supports the following features:
8
8
9
9
- Terraform commands: init, plan, apply, validate, refresh and destroy.
10
10
- 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`.
11
+
- Import resource: display the existing `CVM` resource and then import it as a tf file by [Terraformer](https://github.com/GoogleCloudPlatform/terraformer).
12
12
13
13
*TO-DO(Features to be supported in the future):*
14
14
- Visualize: graph the terraform resources and modules.
15
-
- Resource Import: support import of more kinds of resources by [Terraformer](https://github.com/GoogleCloudPlatform/terraformer).
16
15
- Autocomplete: provider code snippets of the specified resource.
17
16
- Connect to Tencent Cloud: login to Tencent Cloud and sync your account info(eg: obtain AKSK/Token automatically).
0 commit comments