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.
0 parents commit 52775b0Copy full SHA for 52775b0
README.md
@@ -0,0 +1,11 @@
1
+# terraform-protocol-go
2
+
3
+terraform-protocol-go provides low-level Go bindings for the Terraform
4
+protocol, for integrations to be built upon. It strives to be a minimal
5
+possible abstraction on top of the protocol, only hiding the implementation
6
+details of the protocol while leaving its semantics unchanged.
7
8
+## Status
9
10
+This project is experimental right now. It should not be relied upon in
11
+production.
0 commit comments