Skip to content

Commit 4211160

Browse files
authored
[eks/cluster] Update eks-node-group to v3.0.1 (#1071)
1 parent 68924b6 commit 4211160

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

modules/eks/alb-controller/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## PR 1070
1+
## Release 1.466.0
22

33
PR [#1070](https://github.com/cloudposse/terraform-aws-components/pull/1070)
44

modules/eks/cluster/CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## Components PR [#1069](https://github.com/cloudposse/terraform-aws-components/pull/1069)
1+
## Release 1.466.1
2+
3+
PR [#1071](https://github.com/cloudposse/terraform-aws-components/pull/1071)
4+
5+
Bugfix: Update `cloudposse/eks-node-group/aws` to v3.0.1.
6+
7+
- Fixes failure to create userdata for AL2 and Windows when using it to run `bootstrap.sh`.
8+
9+
## Release 1.465.0
10+
11+
Components PR [#1069](https://github.com/cloudposse/terraform-aws-components/pull/1069)
212

313
Update `cloudposse/eks-node-group/aws` to v3.0.0
414

@@ -117,18 +127,18 @@ rakkess
117127
See this error:
118128

119129
```plaintext
120-
To work with module.eks_cluster.kubernetes_config_map.aws_auth_ignore_changes[0] (orphan) its original provider configuration
130+
To work with module.eks_cluster.kubernetes_config_map.aws_auth[0] (orphan) its original provider configuration
121131
```
122132

123133
Note, in other documentation, the exact "address" of the orphaned resource may be different, and the documentation may
124134
say to refer to the address of the resource in the error message. In this case, because we are using this component as
125-
the root module, the address should be exactly as shown above. (Possibly ending with `aws_auth[0]` instead of
126-
`aws_auth_ignore_changes[0]`.)
135+
the root module, the address should be exactly as shown above. (Possibly ending with `aws_auth_ignore_changes[0]`
136+
instead of `aws_auth[0]`.)
127137

128138
3. Remove the orphaned resource from the state file with
129139

130140
```
131-
atmos terraform state rm eks/cluster 'module.eks_cluster.kubernetes_config_map.aws_auth_ignore_changes[0]' -s <stack_name>
141+
atmos terraform state rm eks/cluster 'module.eks_cluster.kubernetes_config_map.aws_auth[0]' -s <stack_name>
132142
```
133143

134144
4. `atmos terraform plan eks/cluster -s <stack_name>`

modules/eks/cluster/modules/node_group_by_az/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ locals {
3838

3939
module "eks_node_group" {
4040
source = "cloudposse/eks-node-group/aws"
41-
version = "3.0.0"
41+
version = "3.0.1"
4242

4343
enabled = local.enabled
4444

0 commit comments

Comments
 (0)