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

no clear way to pass api_key to provider #15

Open
mhmdio opened this issue Nov 27, 2024 · 1 comment
Open

no clear way to pass api_key to provider #15

mhmdio opened this issue Nov 27, 2024 · 1 comment

Comments

@mhmdio
Copy link

mhmdio commented Nov 27, 2024

I have a big enterprise clients who is using Netskope and I'm introducing them to terraform, and now we are using this provider.

There is no clear way to pass token to provider, what I did was to look into the source code to figure it out

provider "ns" {
  server_url = "https://xxx-xxx.eu.goskope.com/api/v2"
  api_key    = "XXX"

}

Is there a way to pass this as ENV variables?

@mhmdio mhmdio changed the title no clear way to pass token to provider no clear way to pass apiket to provider Nov 27, 2024
@mhmdio mhmdio changed the title no clear way to pass apiket to provider no clear way to pass api_key to provider Nov 27, 2024
@mhmdio
Copy link
Author

mhmdio commented Nov 27, 2024

#12

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