1. 09 May, 2021 1 commit
  2. 12 Apr, 2021 1 commit
  3. 28 Jan, 2021 11 commits
  4. 23 Dec, 2020 2 commits
  5. 22 Dec, 2020 6 commits
  6. 12 Nov, 2020 4 commits
  7. 07 Nov, 2020 5 commits
  8. 03 Nov, 2020 1 commit
  9. 02 Nov, 2020 4 commits
  10. 29 Oct, 2020 2 commits
  11. 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
  12. 25 Oct, 2020 2 commits