We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94306fe commit 4e312acCopy full SHA for 4e312ac
1 file changed
README.md
@@ -1,5 +1,17 @@
1
# Terraform Python Build
2
3
-This Docker image uses the zenika/terraform-azure-cli Docker image as a base and
4
-adds Python3 and some pip packages to allow for a Python build script to be
5
-used.
+This Docker image uses the
+[zenika/terraform-azure-cli](https://github.com/Zenika/terraform-azure-cli)
+Docker image as a base and adds Python3 and some pip packages to allow for a
6
+Python build script to be used.
7
+
8
+## Installed Tools
9
10
+* Make
11
+* Git
12
+* Python 3.7
13
14
+### Python Tools
15
16
+* [gitpython](https://pypi.org/project/GitPython/)
17
+* [python-terraform](https://pypi.org/project/python-terraform/)
0 commit comments