Skip to content

Commit 23c727a

Browse files
author
cody
committed
version 0.12.13 setup and ready
1 parent 3fcfc27 commit 23c727a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM hashicorp/terraform:0.12.13 as terraform-installer
2+
3+
FROM alpine:latest
4+
5+
COPY --from=terraform-installer /bin/terraform /bin/terraform
6+
7+
ENTRYPOINT []
8+
9+
CMD ["sh"]

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# jenkins-terraform
2-
make a jenkins ssh-slave that has terraform installed.
1+
# terraform-docker
2+
3+
make a jenkins friendly container with terraform installed.

0 commit comments

Comments
 (0)