Skip to content

Commit

Permalink
Add multiple tags for terraform (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjamet committed Sep 22, 2023
1 parent f373fd3 commit 04edce1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM hashicorp/terraform:latest
ARG VERSION=latest
FROM hashicorp/terraform:${VERSION}

## Adding in case we need Terraform to call them.
RUN apk --update upgrade && \
Expand Down
7 changes: 7 additions & 0 deletions terraform/tags.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
provider:
docker:
name: hashicorp/terraform
versions:
- 1.5
- 1.5.7
- 1.4.7

0 comments on commit 04edce1

Please sign in to comment.