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
cloudavenue_iam_api_token
Provides a resource to manage API tokens. API tokens are an easy way to authenticate to VCD. They are user-based and have the same role as the user
resource "vcd_api_token" "example_token" { name = "example_token" file_name = "example_token.json" allow_token_file = true }
https://registry.terraform.io/providers/vmware/vcd/latest/docs/resources/api_token
None
The text was updated successfully, but these errors were encountered:
cloudavenue_iam_token
azrod
Successfully merging a pull request may close this issue.
Description
Provides a resource to manage API tokens.
API tokens are an easy way to authenticate to VCD.
They are user-based and have the same role as the user
Requested Resource(s) and/or Data Source(s)
cloudavenue_iam_api_token
Potential Terraform Configuration
References
https://registry.terraform.io/providers/vmware/vcd/latest/docs/resources/api_token
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: