-
Notifications
You must be signed in to change notification settings - Fork 330
Fix EKS acceptance test Terraform version compatibility #4898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes 1 out of 2 committers have signed the CLA.
Surabhi Singh seems not to be a GitHub user. Have you signed the CLA already but the status is still pending? Recheck it. |
|
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes Surabhi Singh seems not to be a GitHub user. Have you signed the CLA already but the status is still pending? Recheck it. |
|
Please update the branch, add change logger and set backport label |
- Updated branch as requested by reviewers - All conflicts resolved - Ready for changelog and backport labels
- Fixed AWS provider version constraint from invalid '~>= 6.4.1' to '~> 5.0' - Updated VPC module version from '4.0.0' to '5.0.0' - Resolves EKS acceptance test compatibility issues
- CLA has been signed - Re-running checks to update status
- Restored assume_role configuration for proper IAM role assumption - This is required for HashiCorp's GitHub Actions OIDC workflow - Maintains security best practices with temporary credentials
- Use dynamic block to only assume role when role_arn is provided - Allows local development without role_arn variable - Maintains CI/CD compatibility when role_arn is set - Fixes 'Missing required argument' error for local testing
- Run terraform fmt to fix formatting issues - Resolves Terraform fmt check failure in CI
- Enable IPv6 on VPC to support dual-stack networking tests - Configure IPv6 prefixes for public and private subnets - Fixes acceptance-dual-stack test failures introduced in PR #4895 - Required for dual-stack testing enabled on Oct 22, 2025
Fixes Terraform version compatibility issues in EKS acceptance tests:
Fixes: EKS acceptance test failures due to Terraform version incompatibility