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

Commit a824fc1

Browse files
committed
Update CentOS AMI and README.md
1 parent 3d8386f commit a824fc1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ Variables that are used by this module:
3333
10. aws_key_pair_private_key_path - path to ssh private key (example: /home/admin/.ssh/id_rsa)
3434
11. show_jenkins_password - show initialAdminPassword eventually (default: 0 - false)
3535
12. attach_test_uids - attach uniq hash to resources' names (default: 0 - false)
36+
37+
Example Configuration
38+
------
39+
https://gist.github.com/salvatoris/f45e717433a6f09482963fbd01d24206
40+
41+
Example Output
42+
------
43+
https://gist.github.com/salvatoris/1de5b5408303eb554305a876aa0ce846

variables.tf

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

99
variable "aws_instance_ami" {
1010
# Default CentOS AMI. Last check: 03.04.2018
11-
default = "ami-337be65c"
11+
default = "ami-dd3c0f36"
1212
}
1313
variable "aws_instance_type" {}
1414
variable "aws_instance_name" {}

0 commit comments

Comments
 (0)