1. 07 Nov, 2020 3 commits
  2. 03 Nov, 2020 1 commit
  3. 02 Nov, 2020 4 commits
  4. 29 Oct, 2020 2 commits
  5. 28 Oct, 2020 1 commit
    • Paul Pop's avatar
      fix: The type of the output `cloudwatch_log_group_name` should be a string... · ca7593a6
      Paul Pop authored
      fix: The type of the output `cloudwatch_log_group_name` should be a string instead of a list of strings (#1061)
      
      NOTES: The output `cloudwatch_log_group_name` was incorrectly returning the log group name as a list of strings. As a workaround, people were using `module.eks_cluster.cloudwatch_log_group_name[0]` but that was totally inconsistent with output name. Those users can now use `module.eks_cluster.cloudwatch_log_group_name` directly.
      ca7593a6
  6. 25 Oct, 2020 2 commits
  7. 12 Oct, 2020 3 commits
  8. 06 Oct, 2020 3 commits
  9. 05 Oct, 2020 3 commits
  10. 04 Oct, 2020 4 commits
  11. 08 Sep, 2020 1 commit
  12. 04 Sep, 2020 1 commit
  13. 02 Sep, 2020 1 commit
    • Anthony Dahanne's avatar
      fix: Create `cluster_private_access` security group rules when it should (#981) · 1adbe82e
      Anthony Dahanne authored
      BREAKING CHANGES: Default for `cluster_endpoint_private_access_cidrs` is now `null` instead of `["0.0.0.0/0"]`. It makes the variable required when `cluster_create_endpoint_private_access_sg_rule` is set to `true`. This will force everyone who want to have a private access to set explicitly their allowed subnets for the sake of the principle of least access by default.
      1adbe82e
  14. 27 Aug, 2020 1 commit
  15. 14 Aug, 2020 4 commits
  16. 12 Aug, 2020 2 commits
    • Daniel Piddock's avatar
      ci: fix CI lint job (#973) · 415cfca9
      Daniel Piddock authored
      Module used by an example does not allow use with 0.13 yet. Lock to
      latest version of 0.12. No 0.12 floating tag :(
      415cfca9
    • Daniel Piddock's avatar
      docs: Better documentation of `cluster_id` output blocking (#955) · 9ace344c
      Daniel Piddock authored
      NOTES: Starting in v12.1.0 the `cluster_id` output depends on the
      `wait_for_cluster` null resource. This means that initialisation of the
      kubernetes provider will be blocked until the cluster is really ready,
      if the module is set to manage the aws_auth ConfigMap and user followed
      the typical Usage Example. kubernetes resources in the same plan do not
      need to depend on anything explicitly.
      9ace344c
  17. 13 Jul, 2020 2 commits
  18. 12 Jul, 2020 2 commits