We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ebd59 commit 8f056bfCopy full SHA for 8f056bf
.gitignore
@@ -1,4 +1,6 @@
1
.idea
2
.terraform
3
+.terraform.lock.hcl
4
+package-lock.json
5
*.pyc
6
.DS_Store
package.json
@@ -0,0 +1,14 @@
+{
+ "name": "hcl-playground",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC",
11
+ "devDependencies": {
12
+ "cypress": "^13.7.1"
13
+ }
14
+}
0 commit comments