We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
api_key
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?
The text was updated successfully, but these errors were encountered:
#12
Sorry, something went wrong.
No branches or pull requests
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
Is there a way to pass this as ENV variables?
The text was updated successfully, but these errors were encountered: