From e007225fac831d263613ae9ab2998d11c3e8673d Mon Sep 17 00:00:00 2001 From: Andreas Holmsten Date: Fri, 5 Apr 2019 13:59:36 +0200 Subject: [PATCH] Add tf-validate-aws CI step --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11eb67ec0..cf9926b65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -783,6 +783,13 @@ tox-inventory-builder: - cd inventory/$CLUSTER - terraform destroy -auto-approve ../../contrib/terraform/$PROVIDER +tf-validate-aws: + <<: *terraform_validate + variables: + TF_VERSION: 0.11.11 + PROVIDER: aws + CLUSTER: $CI_COMMIT_REF_NAME + tf-validate-openstack: <<: *terraform_validate variables: