Skip to content

Commit 9fc1e6e

Browse files
committed
Add link to code sample translations
1 parent f105d8e commit 9fc1e6e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
This repo contains the code samples for the book *[Terraform: Up and Running](http://www.terraformupandrunning.com)* by
44
[Yevgeniy Brikman](http://www.ybrikman.com).
55

6+
7+
8+
69
## Quick start
710

811
All the code is in the [code](/code) folder. It is organized by language (terraform, bash, ruby, etc) and within each
@@ -12,6 +15,17 @@ Terraform examples in the [code/terraform folder](/code/terraform).
1215
For instructions on running the code, please consult the README in each folder, and, of course, the
1316
*[Terraform: Up and Running](http://www.terraformupandrunning.com)* book.
1417

18+
19+
20+
## More examples
21+
22+
The example code in *Terraform: Up and Running* are mostly for Amazon Web Services (AWS). There is a project underway
23+
to translate these examples to their equivalents on other cloud providers, such as Google Cloud and Azure, here:
24+
https://github.com/mjuenema/Terraform-Up-and-Running-Code-Samples-Translated/.
25+
26+
27+
28+
1529
## License
1630

1731
This code is released under the MIT License. See LICENSE.txt.

0 commit comments

Comments
 (0)