Tibo Beijen
877865718e
Fixed incorrect count-based reference to aws_eks_cluster.this (there's only one)
2019-11-26 11:21:42 +01:00
Tomislav Tomašić
af854c37ba
Merge branch 'master' into add-destroy-time-flag
2019-11-20 13:08:06 +00:00
Tomislav Tomašić
8e1526b868
Update flag name to create_eks
2019-11-20 13:06:08 +00:00
Tomislav Tomašić
96bb368b20
Update cluster referencing for consistency
2019-11-20 12:52:06 +00:00
Tomislav Tomašić
954fe92a66
Update flag variable name
2019-11-20 12:44:28 +00:00
Tomislav Tomašić
cdbe23e3ec
Update flag name in readme
2019-11-20 12:43:56 +00:00
Tomislav Tomašić
587046daed
Revert removal of changelog addition entry
2019-11-20 12:41:08 +00:00
Mary Hayes
b69c8fb759
Run aws-auth Update Commands in Sequence and not Parallel ( #592 )
...
* Run aws-auth Update Commands in Sequence and not Parallel
* Update changelog
v7.0.1
2019-11-20 13:23:56 +01:00
Joonsung Lee
215dc849e8
Fix broken terraform plan/apply on a cluster < 1.14 ( Fix #582 ) ( #600 )
2019-11-20 13:19:06 +01:00
Angel Abad
4f3f5b6733
Fix deprecated interpolation-only expression ( #594 )
2019-11-18 18:16:37 +01:00
Hwanjin Jeong
a4117177f6
Fix typo ( #595 )
...
* fix typos
* remove unnecessary comment
2019-11-18 18:10:53 +01:00
syst0m
96294f639f
Renamed destroy-time flag
2019-11-14 15:47:44 +00:00
Tomislav Tomašić
430051694e
Update README.md
2019-11-07 18:02:32 +00:00
Tomislav Tomašić
1123673e32
Merge branch 'master' into add-destroy-time-flag
2019-11-07 17:59:11 +00:00
syst0m
880fd427a4
Fix errors manifesting when used on an existing-cluster
2019-11-07 17:52:25 +00:00
syst0m
a3009b1ecc
Improve description of var.enabled
2019-11-07 17:43:58 +00:00
Tomislav Tomašić
4798ba463e
Remove unnecessary flatten from cluster_endpoint output
...
Co-Authored-By: Daniel Piddock <33028589+dpiddockcmp@users.noreply.github.com >
2019-11-07 17:41:30 +00:00
Tomislav Tomašić
d659ab0988
Fix unsupported attribute on cluster_certificate_authority_data output
...
Co-Authored-By: Daniel Piddock <33028589+dpiddockcmp@users.noreply.github.com >
2019-11-07 17:40:34 +00:00
Ankit Wal
a43e44f164
Update worker_iam_instance_profile outputs for launch template use ( #583 )
...
* Add launch template instance profiles to output
Concat launch template and asg instance profile lists
Signed-off-by: Ankit Wal <ankitwal@gmail.com >
* Update ChangeLog
Added changes made to output in Changelog
Signed-off-by: Ankit Wal <ankitwal@thoughtworks.com >
2019-11-06 17:27:56 +01:00
syst0m
3481bb9976
Fix outputs
2019-11-05 16:00:08 +00:00
Daniel Piddock
c0ae644204
Add Action check against minimum versions ( #575 )
2019-11-04 16:18:19 +01:00
Tomislav Tomasic
52a1fbc6ef
Fix docs
2019-11-04 12:14:24 +00:00
syst0m
83eadaadf7
Fix cluster count
2019-11-04 12:14:15 +00:00
syst0m
75248e97df
Update changelog
...
Fix cluster count
2019-11-04 12:13:52 +00:00
syst0m
c89da3772e
Add destroy-time flag
2019-10-31 16:27:03 +00:00
Max Williams
55ff38cc31
Fix changelog for release v7.0.0 ( #577 )
...
* New v7.0.0 release
* update version file
* remove one line
v7.0.0
2019-10-30 21:22:15 +01:00
Thierno IB. BARRY
0d7ef6ffd6
New release 6.1.0 ( #576 )
2019-10-30 13:38:51 +01:00
Miguel Ferreira
a8e54ccf73
Use join and splat syntax to access conditional resources ( #569 )
2019-10-29 13:55:21 +01:00
Scott Stanton
4f552891ff
Allow the userdata template to be replaced ( #565 )
...
* Allow the userdata template to be replaced
* Address fmt issue
* Rename 'customer_userdata' name to 'userdata_template_file'
* Add support for userdata_template_extra_args
* Add support for userdata_template_extra_args
* fix merge conflicts
* Fix merge problem that dropped the file load
Add `platform` to the template expansion context
Add `userdata_launch_template` to `launch_template_userdata`
2019-10-29 12:12:47 +01:00
Max Williams
c46d5fcb00
Update PULL_REQUEST_TEMPLATE.md ( #573 )
2019-10-28 15:08:31 +01:00
Joonsung Lee
2d52e06786
Add Windows support ( #555 )
...
* Add Windows support
* Assign eks:kube-proxy-windows group to worker nodes
* Add Instructions for adding Windows Workers at FAQ.md
* Remove unnecessary variables from userdata_windows.tpl
* Update CHANGELOG.md
2019-10-28 14:16:45 +01:00
chenrui
be6fa61d0d
Add terraform_validate and terraform_tflint pre-commit hooks ( #571 )
2019-10-25 22:42:32 +02:00
Arnaud Venturi
c90b33780c
Increase minimum terraform version to include yamlencode ( #570 )
...
* Increase minimum terraform version to include yamlencode
https://github.com/hashicorp/terraform/blob/master/CHANGELOG.md#0122-june-12-2019
* Update Changelog
2019-10-25 11:14:01 +02:00
Miguel Ferreira
3f346d1610
Remove region from vars mapping for kubeconfig ( #556 )
...
The template file data source was injecting a region variable that is not defined in the template. Once removed the variable the aws region data source was not used anywhere else, so it is removed as well.
2019-10-24 18:13:06 +02:00
Joshua Spence
4369f0271b
Allow config_output_path to specify the full path ( #549 )
2019-10-21 14:55:29 +02:00
Bruno M. Custódio
c81e1d2fa7
Allow for specifying a custom AMI for the worker nodes. ( #551 )
...
Signed-off-by: Bruno Miguel Custódio <brunomcustodio@gmail.com >
2019-10-21 13:04:04 +02:00
Jeff Hastings
2e2f2acada
change ebs_optimized mapping to list where not supported ( #561 )
...
* change ebs_optimized mapping to list where not supported
* update changelog
2019-10-21 12:57:29 +02:00
Thierno IB. BARRY
1be1a02e23
New release 6.0.2 ( #553 )
v6.0.2
2019-10-07 20:53:31 +02:00
Morgan Christiansson
edcbba64ef
Add tags to aws_eks_cluster introduced in terraform-provider-aws 2.31.0 ( #550 )
...
- https://github.com/terraform-providers/terraform-provider-aws/pull/10307
- https://aws.amazon.com/about-aws/whats-new/2019/09/amazon-eks-supports-cluster-tagging/
2019-10-04 14:48:53 +02:00
Daniel Piddock
813c607e90
Make "dangerous" policy attachments optional ( #539 )
2019-10-04 14:25:19 +02:00
Harshal Shah
09635a36b7
remove the launch template mixed variable from examples ( #545 )
...
* Add disclaimer for launch template mixed
Or maybe it is better to remove this variable altogether.
* Removing the mixed variable altogether
And updating the existing variable `worker_groups_launch_template`
2019-10-04 11:57:37 +02:00
刘相轩
f98518f050
Update badges ( #542 )
2019-09-30 19:03:52 +02:00
Wi1dcard
18748a5f38
Update autoscaling.md ( #531 )
2019-09-27 13:18:31 +02:00
Daniel Piddock
6bd020a041
Expand and clarify the networking section. ( #538 )
2019-09-27 12:08:05 +02:00
Josh Girón
f3beb8e5fc
Update comments for 'asg_recreate_on_change' attribute in 'workers_gr… ( #536 )
...
* Update comments for 'asg_recreate_on_change' attribute in 'workers_group_defaults_defaults' for better clarify of what resources it's talking about.
* Expand a few more acronyms and abbreviations.
2019-09-27 09:28:55 +02:00
Thierno IB. BARRY
186c88a34b
Add option to enable lifecycle hooks creation ( #532 )
...
* add option to enable lifecycle hooks creation
* update changelog
2019-09-26 19:40:41 +02:00
Daniel Piddock
27e6e3d7a9
First FAQ draft ( #526 )
...
* First FAQ draft
* Add aws-auth configmap failure
* Mention ASG auto recreation
2019-09-26 13:43:00 +02:00
Thierno IB. BARRY
07c61b6e26
New release 6.0.1 ( #528 )
...
* New release 6.0.1
v6.0.1
2019-09-25 11:19:16 +02:00
Tatu Seppä-Lassila
39cb93b1da
Use null as default value for target group ARNs ( #524 )
...
* Use null as default value for target group ARNs
* Update CHANGELOG
close #499
2019-09-24 11:09:44 +02:00
Thierno IB. BARRY
88afa4338d
fix docs generation for lint ( #523 )
2019-09-24 10:02:02 +02:00