1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00
Commit Graph

396 Commits

Author SHA1 Message Date
Tibo Beijen 18a0746355 Readme and example updates. 2019-12-04 11:00:18 +01:00
Tibo Beijen 12f4f3a605 Fixed references to aws_eks_cluster.this[0] that would raise errors when setting create_eks to false whilst having launch templates or launch configurations configured. 2019-12-02 16:30:00 +01:00
Tibo Beijen 84b58c7a06 Removed unused variable. Updated Changelog. Formatting. 2019-11-30 09:15:01 +01:00
Tibo Beijen 834ba13d60 Applied create_eks to aws_auth.tf 2019-11-30 08:37:49 +01:00
Tibo Beijen 2b8394a1e4 Fixed outputs to support conditional cluster 2019-11-30 07:42:41 +01:00
Tibo Beijen f86b19f4d8 Merge branch 'master' into add-destroy-time-flag
# Conflicts:
#	CHANGELOG.md
#	aws_auth.tf
#	outputs.tf
2019-11-30 07:14:38 +01:00
Max Williams 614d815c3c Misc doc and changelog format changes (#604)
👊
2019-11-28 15:03:26 +01:00
Stijn De Haes 9363662574 Use kubernetes provider to manage aws auth (#355)
This commit changes the way aws auth is managed. Before a local file
was used the generate the template and a null resource to apply it. This
is now switched to the terraform kubernetes provider.
2019-11-28 10:25:13 +01:00
Tibo Beijen 0ff795a1e9 Fixed interpolation deprecation warning 2019-11-27 11:48:54 +01:00
Tibo Beijen a431771553 Changelog update, explicitly mentioning flag 2019-11-26 12:01:13 +01:00
Tibo Beijen d8f4dfc764 Replaced all incorrect aws_eks_cluster.this[count.index] references (there will be just one, so using '[0]'). 2019-11-26 11:41:31 +01:00
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