Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marciogoda committed Jul 19, 2022
1 parent 509f808 commit fa4c4e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/fastly-frontend/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
fastly = {
version = "0.41.0"
source = "fastly/fastly"
}
local = {
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3-alpine3.8
COPY requirements.txt .

ENV TERRAFORM_VERSION=0.12.30
ENV TERRAFORM_VERSION=0.13.7

RUN apk -U add gcc musl-dev libffi-dev openssl-dev docker curl git zip unzip wget

Expand Down

0 comments on commit fa4c4e1

Please sign in to comment.