We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3fd96 commit cf3aeb5Copy full SHA for cf3aeb5
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the "terrastate" extension will be documented in this file.
4
5
+### 1.1.0
6
+
7
+- Support Terraform modules
8
9
### 1.0.1
10
11
- Show message on successful terraform init and validate
package.json
@@ -4,7 +4,7 @@
"displayName": "Terrastate",
"icon": "media/terrastate.png",
"description": "Visual Studio Code extension to monitor the state of Terraform resources",
- "version": "1.0.1",
+ "version": "1.1.0",
"license": "MIT",
"bugs": {
"url": "https://github.com/rohinivsenthil/terrastate/issues"
0 commit comments