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
Recently, I've come across some use cases where it would be useful to be able to create Identity Principals via Terraform.
The use cases are:
resource "nsxt_identity_principal" "my_principal" { name = "my_principal" node_id = "asdf" certificate_pem = "PEMSTRING" role = "enterprise_admin" }
No response
The text was updated successfully, but these errors were encountered:
@wsquan171 looks like your PR #1021 addresses this issue, is that correct?
Sorry, something went wrong.
Implemented with #1021
annakhm
No branches or pull requests
Is your feature request related to a problem? Please describe.
Recently, I've come across some use cases where it would be useful to be able to create Identity Principals via Terraform.
The use cases are:
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: