mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-25 10:51:06 +01:00
Better examples, PR template changes, general tidy up (#375)
* adding 3 examples * removing old example * updating PR template * fix this typo * update after renaming default example * add missing launch_template_mixed stuff to aws_auth * fix 2 examples with public subnets * update changelog for new minor release
This commit is contained in:
20
.travis.yml
20
.travis.yml
@@ -34,19 +34,15 @@ script:
|
||||
- terraform init
|
||||
- terraform fmt -check=true
|
||||
- terraform validate -var "region=${AWS_REGION}" -var "vpc_id=vpc-123456" -var "subnets=[\"subnet-12345a\"]" -var "workers_ami_id=ami-123456" -var "cluster_ingress_cidrs=[]" -var "cluster_name=test_cluster"
|
||||
# - docker run --rm -v $(pwd):/app/ --workdir=/app/ -t wata727/tflint --error-with-issues
|
||||
- cd examples/eks_test_fixture
|
||||
- terraform init
|
||||
- terraform fmt -check=true
|
||||
- terraform validate
|
||||
- cd -
|
||||
- |
|
||||
for example in $(find examples -maxdepth 1 -mindepth 1 -type d); do
|
||||
cd $example
|
||||
terraform init
|
||||
terraform fmt -check=true
|
||||
terraform validate
|
||||
cd -
|
||||
done
|
||||
- terraform -v
|
||||
# - bundle exec kitchen test --destroy always
|
||||
# deploy:
|
||||
# provider: script
|
||||
# script: ci/deploy.sh
|
||||
# on:
|
||||
# branch: master
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
||||
Reference in New Issue
Block a user