gavinbunney / terraform-provider-kubectl

Terraform provider to handle raw kubernetes manifest yaml files
https://registry.terraform.io/providers/gavinbunney/kubectl
Mozilla Public License 2.0
612 stars 105 forks source link

Passing the token to provider in AWS #242

Open jauyzed opened 1 year ago

jauyzed commented 1 year ago

Hello,

I was just wondering if its possible to pass the api token similar to kubernetes official provider with exec:

https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs#exec-plugins

Thanks!