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

Feature request: pass credentials to eksctl #72

Open
misogihagi opened this issue Jan 26, 2024 · 0 comments
Open

Feature request: pass credentials to eksctl #72

misogihagi opened this issue Jan 26, 2024 · 0 comments

Comments

@misogihagi
Copy link

I usually use tfvars to set credentials.
It would be happy terraform life if set up with like:

provider "eksctl" {
  region     = "us-west-2"
  access_key = "my-access-key"
  secret_key = "my-secret-key"
}
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

No branches or pull requests

1 participant