File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1- language : ruby
1+ language : python
22sudo : required
33dist : trusty
44
55services :
66- docker
77
8- rvm :
9- - 2.4.2
10-
118before_install :
129- echo "before_install"
1310
1411install :
1512- echo "install"
16- - gem install bundler --no-rdoc --no-ri
17- - bundle install
1813
1914before_script :
2015- echo 'before_script'
@@ -32,11 +27,6 @@ script:
3227- echo 'script'
3328- terraform init
3429- terraform fmt -check=true
35- - 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 "
30+ - terraform validate -var "region=${AWS_REGION}" -var "vpc_id=vpc-123456" -var "subnet_ids =[\"subnet-12345a\"]" -var "ssh_key_name=abc "
3631# - docker run --rm -v $(pwd):/app/ --workdir=/app/ -t wata727/tflint --error-with-issues
37- - cd examples/eks_test_fixture
38- - terraform init
39- - terraform fmt -check=true
40- - terraform validate
41- - cd -
4232- terraform -v
Original file line number Diff line number Diff line change 11# Dead simple Terraform configuration for creating RabbitMQ cluster on AWS.
22
3+ | Branch | Build status |
4+ | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5+ | master | [ ![ Build Status] ( https://travis-ci.org/ulamlabs/terraform-aws-rabbitmq.svg?branch=master )] ( https://travis-ci.org/ulamlabs/terraform-aws-rabbitmq ) |
6+
37
48## What it does ?
59
You can’t perform that action at this time.
0 commit comments