Skip to content
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

Update workload platform #207

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

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
@@ -76,6 +76,8 @@ resource "aws_iam_role_policy_attachment" "this" {
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