Skip to content

Commit 6e12b8f

Browse files
authored
Merge pull request #2 from oam-dev/release1.0.2
Support Terraform v1.0 release
2 parents 5e69757 + 4b8f74c commit 6e12b8f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN \
99
pip install azure-cli && \
1010
apk del --purge build
1111

12-
ENV TERRAFORM_VERSION=0.14.10
12+
ENV TERRAFORM_VERSION=1.0.2
1313

1414
VOLUME ["/data"]
1515

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Docker Terraform
22

3-
This repo is firstly forked from [broadinstitute/docker-terraform](https://github.com/broadinstitute/docker-terraform), and then copied into this repo as a
3+
The project is the Docker image, which includes a Terraform binary, common Terraform plugins.
4+
5+
This repo was original forked from [broadinstitute/docker-terraform](https://github.com/broadinstitute/docker-terraform), and then copied into this repo as a
46
non-forked repo due to the reason that [LFS don't allow large files to be uploaded into public forked project](https://github.com/git-lfs/git-lfs/issues/1906).
57

6-
This is a sub-project of [Terraform Controller](https://github.com/zzxwill/terraform-controller)
8+
This is a sub-project of [Terraform Controller](https://github.com/oam-dev/terraform-controller)
79

810
# oam-dev/docker-terraform
911

12+
- tag: 1.0.2
13+
14+
Terraform binary version is v1.0.2.
15+
1016
- tag: 0.14.11
1117

1218
Terraform version is 0.14.10, and azurerm provider is built-in.

0 commit comments

Comments
 (0)