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
2
2
sudo : required
3
3
dist : trusty
4
4
5
5
services :
6
6
- docker
7
7
8
- rvm :
9
- - 2.4.2
10
-
11
8
before_install :
12
9
- echo "before_install"
13
10
14
11
install :
15
12
- echo "install"
16
- - gem install bundler --no-rdoc --no-ri
17
- - bundle install
18
13
19
14
before_script :
20
15
- echo 'before_script'
@@ -32,11 +27,6 @@ script:
32
27
- echo 'script'
33
28
- terraform init
34
29
- 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 "
36
31
# - 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 -
42
32
- terraform -v
Original file line number Diff line number Diff line change 1
1
# Dead simple Terraform configuration for creating RabbitMQ cluster on AWS.
2
2
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
+
3
7
4
8
## What it does ?
5
9
You can’t perform that action at this time.
0 commit comments