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: