Commit Graph

20 Commits

Author SHA1 Message Date
Gauthier
8260f1095e EKS 1.13 out (#400)
* Update to EKS 1.13

* Revert "Pin terraform version < 0.12"

This reverts commit 4c71b12218378914c276715a85a61ac5aece9fa0.

* Update providers in examples and format
2019-06-20 12:18:12 +02:00
刘相轩
da2c78b8ba Upgrade to terraform 0.12 (#394)
* run terraform upgrade tool

* fix post upgrade TODOs

* use strict typing for variables

* upgrade examples, point them at VPC module tf 0.12 PR

* remove unnecessary `coalesce()` calls

coalesce(lookup(map, key, ""), default) -> lookup(map, key, default)

* Fix autoscaling_enabled broken (#1)

* always set a value for tags, fix coalescelist calls

* always set a value for these tags

* fix tag value

* fix tag value

* default element available

* added default value

* added a general default

without this default - TF is throwing an error when running a destroy

* Fix CI

* Change vpc module back to `terraform-aws-modules/vpc/aws` in example

* Update CHANGELOG.md

* Change type of variable `cluster_log_retention_in_days` to number

* Remove `xx_count` variables

* Actual lists instead of strings with commas

* Remove `xx_count` variable from docs

* Replace element with list indexing

* Change variable `worker_group_tags` to a attribute of worker_group

* Fix workers_launch_template_mixed tags

* Change override_instance_type_x variables to list.

* Update CHANGELOG.md
2019-06-19 09:57:51 +02:00
Gauthier
feb8810af2 Update EBS optimized instances type (#384)
* Update EBS optimized instances type

* Update changelog

* Pin terraform version < 0.12
2019-05-29 16:04:23 +02:00
Max Williams
d6fa9f48ff Better examples, PR template changes, general tidy up (#375)
* adding 3 examples

* removing old example

* updating PR template

* fix this typo

* update after renaming default example

* add missing launch_template_mixed stuff to aws_auth

* fix 2 examples with public subnets

* update changelog for new minor release
2019-05-08 15:11:05 +02:00
Andrew Roth
37f18c17c9 Fix Travis CI config (#212)
* fix #210

* minor enhancements

* Shorten line length
2018-12-13 15:41:18 +01:00
Rui Chen
fa0eacedfd remove the checksum step 2018-10-23 20:03:29 -04:00
Rui Chen
b8bc4114fc Ruby ver 2.4.2 -> 2.4.4 2018-10-12 00:31:55 -04:00
Rui Chen
39dbaf2e11 Move env vars into env section 2018-10-12 00:25:19 -04:00
Rui Chen
b6f6c39684 Remove v in v0.11.8 2018-10-12 00:16:48 -04:00
Rui Chen
f4a287dced Better version control 2018-10-12 00:10:15 -04:00
Max Williams
77a7690b1c Fixing travis config (#151) 2018-10-04 14:47:54 +02:00
brandoconnor
8483fa2326 rounded out the documentation for this changeset 2018-06-11 03:46:58 -07:00
brandoconnor
a286a54451 removed failing CI step 2018-06-08 04:04:10 -07:00
brandoconnor
3823127b07 byo userdata now enabled. refactor some parts into dedicated templates for maintainability 2018-06-08 02:16:26 -07:00
brandoconnor
ed8b28fc7e fixing up CI and git hooks 2018-06-07 03:05:31 -07:00
brandoconnor
d5086ff87d giving a subnet to the mock command for validation in CI 2018-06-07 00:53:00 -07:00
brandoconnor
dfe77afc7f added config files to local test space on converge 2018-06-07 00:25:15 -07:00
brandoconnor
22b9706705 iam policy updated 2018-06-06 23:23:32 -07:00
brandoconnor
5082ba17d6 working through CI 2018-06-06 22:31:02 -07:00
brandoconnor
283e9b203c cleaning up before initial release 2018-06-06 21:58:12 -07:00