Skip to content

Releases: stackxcloud/terraform-aws-cluster

v0.3.1

22 Oct 10:28
09b9386
Compare
Choose a tag to compare

0.3.1 (2023-10-22)

Bug Fixes

  • remove legacy static_unique_id variable to simplify code (var not required anymore) (437516e)

v0.3.0

17 Oct 19:44
9128631
Compare
Choose a tag to compare

0.3.0 (2023-10-17)

Features

  • fixed deprecations, replaced terratest with native terraform test, update tests and docs (bbdb367)

Bug Fixes

  • default value to legit version (322e059)

v0.2.0

08 Sep 18:47
5ceaaeb
Compare
Choose a tag to compare

0.2.0 (2022-09-08)

Features

  • add conditional for tagging the EKS-created Cluster Security Group (e.g. for Karpenter, etc.) (7bd0bed)
  • add conditionals and TF Vars to enable vpc-cni and kube-proxy EKS Add-Ons one by one (3add345)

v0.1.0

01 Sep 09:27
60b7a2e
Compare
Choose a tag to compare

0.1.0 (2022-09-01)

Features

  • add partitition data source for support of gov and china regions (2cac1d1)
  • add support for EKS Fargate Profile and EKS Addons for kube-proxy, aws-vpc-cni (latter will be removed as we will manage it otherwise with more flexibility to set ENI PREFIX DELEGATION etc) (355265b)
  • Initial commit 🚀 (2968c6f)
  • output vpc_id of EKS cluster and cluster version to help with other modules (c2e6cb6)

Bug Fixes

  • added missing 'AmazonEKSVPCResourceController' IAM Policy to cluster IAM Role (4b0d9b9)