Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: terraform-aws-modules/terraform-aws-eks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v20.33.0
Choose a base ref
...
head repository: terraform-aws-modules/terraform-aws-eks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v20.33.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 22, 2025

  1. fix: Allow "EC2" access entry type for EKS Auto Mode custom node po…

    …ols (#3281)
    
    Removed EC2 type from condition so policy attachement for access entry can be done for EC2 type for creating access entry for Node role.
    
    While Creating Access entry for Self managed node role, we were getting below error as it seems EC2 type is included in exception for policy attachment. Once I removed EC2 from exception condition, it started picking up Policy attachment and Access Entry got created.
    
    │ Error: Unsupported attribute
    │ 
    │   on .terraform/modules/eks/main.tf line 289, in resource "aws_eks_access_policy_association" "this":
    │  289:   policy_arn    = each.value.association_policy_arn
    │     ├────────────────
    │     │ each.value is object with 3 attributes
    │ 
    │ This object does not have an attribute named "association_policy_arn".
    vibhamsharma authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    3e2ea83 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.33.1 [skip ci]

    ## [20.33.1](v20.33.0...v20.33.1) (2025-01-22)
    
    ### Bug Fixes
    
    * Allow `"EC2"` access entry type for EKS Auto Mode custom node pools ([#3281](#3281)) ([3e2ea83](3e2ea83))
    semantic-release-bot committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    50cb230 View commit details
    Browse the repository at this point in the history
Loading