Skip to content

Releases: dominodatalab/terraform-aws-eks

v3.5.0

15 Feb 20:30
68843e8
Compare
Choose a tag to compare

⚠️ When upgrading to this version, you will need to import the vpc-cni addon onto the nodes module before running apply. There are 2 ways

  1. Using CLI
cd terraform/nodes
terraform import -state=<path to nodes state>/nodes.tfstate 'module.nodes.aws_eks_addon.pre_compute_addons["vpc-cni"]' "<cluster name>:vpc-cni" 
  1. Using import file.
    Place import.tf in the terraform/nodes directory.
    See example

What's Changed

Full Changelog: v3.4.9...v3.5.0

v3.4.9

02 Feb 20:32
e7a2295
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.8...v3.4.9

v3.4.8

02 Feb 19:06
a5d1971
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.7...v3.4.8

v3.4.7

23 Jan 16:39
2628577
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.6...v3.4.7

v3.4.6

22 Jan 18:42
010a73b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.5...v3.4.6

v3.4.5

19 Jan 16:07
dd2965c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.0...v3.4.5

v3.4.0

15 Dec 19:26
90b3160
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

12 Dec 22:34
a1c0e88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

v3.2.0

05 Dec 22:56
1aacb41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.2.0

v3.1.1

29 Nov 20:59
b6ff53e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1