We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23d20a commit 8f6cd5bCopy full SHA for 8f6cd5b
README.md
@@ -6,7 +6,7 @@ The terraform system has some nice properties (an excellent workflow, support fo
6
but as a programming language it has very limited data structures and abstraction cababilities. With this library
7
one can leverage haskell abstractions to specifying infrastructure, whilst relying on terraforms excellent features.
8
9
-The terraform "API" is very broad, supporting hundreds of resource types accross multiple cloud providers. By it's nature
+The terraform "API" is very broad, supporting hundreds of resource types accross multiple cloud providers. By its nature
10
a haskell wrapping of this is involves significant boilerplate. This [boilerplate][] is [generated][] from an API specification.
11
12
Currently only a small subset of the AWS API is implemented, though
0 commit comments