Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

Commit 2dba7a1

Browse files
committed
Update TravisCI config and comments
1 parent a824fc1 commit 2dba7a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ cache: bundler
99

1010
before_install:
1111
- sudo apt-get install wget unzip
12-
- wget https://releases.hashicorp.com/terraform/0.11.5/terraform_0.11.5_linux_amd64.zip
13-
- unzip terraform_0.11.5_linux_amd64.zip -d ~/bin
12+
- wget https://releases.hashicorp.com/terraform/0.11.7/terraform_0.11.7_linux_amd64.zip
13+
- unzip terraform_0.11.7_linux_amd64.zip -d ~/bin
1414
- source ~/.profile
1515

1616
install:

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variable "aws_region" {}
77
# instance
88

99
variable "aws_instance_ami" {
10-
# Default CentOS AMI. Last check: 03.04.2018
10+
# Default CentOS AMI. Last check: 02.08.2018
1111
default = "ami-dd3c0f36"
1212
}
1313
variable "aws_instance_type" {}

0 commit comments

Comments
 (0)