File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ tf_ghe_server CHANGELOG
3
3
4
4
This file is used to list changes made in each version of the tf_ghe_server Terraform plan.
5
5
6
+ v1.1.6 (2016-05-31)
7
+ -------------------
8
+ - [ Brian Menges] - Add [ CONTRIBUTING.md] ( CONTRIBUTING.md )
9
+ - [ Brian Menges] - Revise [ README.md] ( README.md )
10
+
6
11
v1.1.5 (2016-05-31)
7
12
-------------------
8
13
- [ Brian Menges] - Update ` ami_map ` for [ GitHub Enterprise v2.6.3] ( https://enterprise.github.com/releases/2.6.3/notes )
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ Terraform GitHub Enterprise plan
7
7
* AWS (duh!)
8
8
* AWS subnet id
9
9
* AWS VPC id
10
- * SSL certificate/key for created instance
10
+ * GitHub Enterprise license
11
+ * GitHub Enterprise JSON configuration dump file
11
12
* Terraform >= 0.6.14
12
13
* Chef Server >= 12.x
13
14
* Uses a public IP and public DNS
@@ -104,12 +105,10 @@ ami_map.<aws_region>-<ghe_version> = "value"
104
105
105
106
Variable ` ghe_version ` should be one of the following:
106
107
107
- * 2.6.0 (default)
108
- * 2.5.4
109
- * 2.5.3
110
- * 2.5.2
111
- * 2.5.1
112
- * 2.5.0
108
+ * 2.6.x (default; 2.6.0 - current)
109
+ * 2.5.x (2.5.0 - 2.5.8)
110
+
111
+ Please refer to the [ GitHub Enterprise Releases] ( https://enterprise.github.com/releases/ ) page for a list of current releases
113
112
114
113
Variable ` aws_region ` should be one of the following:
115
114
You can’t perform that action at this time.
0 commit comments