Add tf-validate-aws CI step
This commit is contained in:
parent
b0d97bf4e1
commit
e007225fac
1 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue