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
|
- cd inventory/$CLUSTER
|
||||||
- terraform destroy -auto-approve ../../contrib/terraform/$PROVIDER
|
- 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:
|
tf-validate-openstack:
|
||||||
<<: *terraform_validate
|
<<: *terraform_validate
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in a new issue