Browse Source

Add tf-validate-aws CI step

pull/4405/head
Andreas Holmsten 5 years ago
parent
commit
e007225fac
No known key found for this signature in database GPG Key ID: A151CE55FECCDA0D
1 changed files with 7 additions and 0 deletions
  1. 7
      .gitlab-ci.yml

7
.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:

Loading…
Cancel
Save