mumoshu / terraform-provider-eksctl

Manage AWS EKS clusters using Terraform and eksctl
Apache License 2.0
234 stars 44 forks source link

fix: pass region to iamserviceaccount command #58

Closed BrendanGalloway closed 1 year ago

BrendanGalloway commented 3 years ago

The iamserviceaccount resource has region as a required field, but the information in the field is not used in the eksctl arguments. This causes failures when the region in the resource does not match the region in the environment.

This change adds the region to the create and delete arguments to fix the issue.

benjiro commented 1 year ago

@BrendanGalloway Thanks for your contribution