diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 105bcbe..0cfde3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,6 +117,7 @@ sitespeed-gitlab test: *test_build ubi-release test: *test_build www-gitlab-com-2.6 test: *test_build build-git: *test_build +terraform test: *test_build # Used by gitlab-docs: https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml gitlab-docs test: *test_build gitlab-docs-lint test: *test_build @@ -179,6 +180,7 @@ sitespeed-gitlab: *build_and_deploy ubi-release: *build_and_deploy www-gitlab-com-2.6: *build_and_deploy build-git: *build_and_deploy +terraform: *build_and_deploy # Used by gitlab-docs: https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml gitlab-docs: *build_and_deploy gitlab-docs-lint: *build_and_deploy diff --git a/Dockerfile.terraform b/Dockerfile.terraform new file mode 100644 index 0000000..ab41178 --- /dev/null +++ b/Dockerfile.terraform @@ -0,0 +1,3 @@ +FROM hashicorp/terraform:light + +RUN apk --update --no-cache add jq \ No newline at end of file