Skip to content

Commit 6dde48f

Browse files
adding back terraform-registry-manifest.json
1 parent 04d99b7 commit 6dde48f

File tree

4 files changed

+13
-49
lines changed

4 files changed

+13
-49
lines changed

.gitignore

+7-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,10 @@ website/vendor
3636

3737
.env
3838
*.out
39-
.cursor
39+
.cursor
40+
41+
# terraform
42+
*.tfplan
43+
*.tfstate
44+
*.tfstate.backup
45+
*.terraform.lock.hcl*

examples/resources/ctrlplane_environment/.terraform.lock.hcl

-24
This file was deleted.

examples/resources/ctrlplane_resource_filter/.terraform.lock.hcl

-24
This file was deleted.

terraform-registry-manifest.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": 1,
3+
"metadata": {
4+
"protocol_versions": ["6.0"]
5+
}
6+
}

0 commit comments

Comments
 (0)