Add terraform validate for contrib/terraform/aws (#4438)

This commit is contained in:
Maxime Guyot
2019-04-10 11:14:14 +02:00
committed by Kubernetes Prow Robot
parent 854cc53fa5
commit 80f31818df
3 changed files with 53 additions and 0 deletions

View File

@@ -814,6 +814,13 @@ tf-validate-packet:
PROVIDER: packet
CLUSTER: $CI_COMMIT_REF_NAME
tf-validate-aws:
<<: *terraform_validate
variables:
TF_VERSION: 0.11.11
PROVIDER: aws
CLUSTER: $CI_COMMIT_REF_NAME
tf-apply-packet:
<<: *terraform_apply
variables: