Skip to content

Conversation

OlamideOl1
Copy link
Contributor

Update helm charts work kubernetes workload platform
Fix breaking change with AWS load balancer controller. The load balancer controller is unable to fetch vpc details from nodes running with EKS > 1.30. This update will pass the vpc details directly to the helm chart to fix the breaking change.

@OlamideOl1 OlamideOl1 changed the title Update workload platform v5 Update workload platform Sep 20, 2024
policy_arn = aws_iam_policy.this.arn
}

data "aws_region" "current" {}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this return anything?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it returns the name of the region terraform's running in.
here's how it's used
region = data.aws_region.current.name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants