You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am current using the terraform-aws-vpc module to create the public subnets and the private subnets for my EKS cluster. I am currently trying to resize the VPC to add more IPs to the public subnets by adding another CIDR range to the secondary cidr range and creating new public subnets from this cidr range that I pass to the var public_subnets. I would like to know the next step once this vpc resizing is done.
The plan from the vpc module is consistent to me, the plan from the eks modules is more strange to me:
My interpretation is that since the cluster is updated (for its vpc config) the addons are updated and the version of the addons cannot be known at plan time, ok got it.
Description
I am current using the terraform-aws-vpc module to create the public subnets and the private subnets for my EKS cluster. I am currently trying to resize the VPC to add more IPs to the public subnets by adding another CIDR range to the secondary cidr range and creating new public subnets from this cidr range that I pass to the var
public_subnets
. I would like to know the next step once this vpc resizing is done.The plan from the vpc module is consistent to me, the plan from the eks modules is more strange to me:
And I can see this upgraded for all the AWS addons.
Versions
Module version [Required]: version = "~> 20.24.0"
Terraform version:
1.9.5
Provider version(s):
5.62.0
Steps to reproduce the behavior:
Expected behavior
Actually
Actual behavior
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: