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

[New Resource]: Add cloudavenue_iam_api_token #423

Closed
valentin-dubreuil opened this issue Jul 25, 2023 · 0 comments · Fixed by #484
Closed

[New Resource]: Add cloudavenue_iam_api_token #423

valentin-dubreuil opened this issue Jul 25, 2023 · 0 comments · Fixed by #484
Assignees
Milestone

Comments

@valentin-dubreuil
Copy link
Contributor

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

resource "vcd_api_token" "example_token" {
  name             = "example_token"
  file_name        = "example_token.json"
  allow_token_file = true
}

References

https://registry.terraform.io/providers/vmware/vcd/latest/docs/resources/api_token

Would you like to implement a fix?

None

@azrod azrod self-assigned this Aug 8, 2023
@azrod azrod linked a pull request Aug 9, 2023 that will close this issue
3 tasks
@azrod azrod added this to the v0.10.0 milestone Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants