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
According to https://registry.terraform.io/providers/vmware/avi/latest/docs/resources/avi_user#argument-reference the password argument for avi_user resource is optional but if deployed without a password the following error HTTP code: 400; error from Controller: map[error:Password is required] is reported.
avi_user
HTTP code: 400; error from Controller: map[error:Password is required]
resource "avi_user" "foo" { name = "terraform-example-foo" default_tenant_ref = "/api/tenant/?name=admin" }
Document that the password is required.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
According to https://registry.terraform.io/providers/vmware/avi/latest/docs/resources/avi_user#argument-reference the password argument for
avi_user
resource is optional but if deployed without a password the following errorHTTP code: 400; error from Controller: map[error:Password is required]
is reported.Reproduction steps
avi_user
resourceHTTP code: 400; error from Controller: map[error:Password is required]
Expected behavior
Document that the password is required.
Additional context
No response
The text was updated successfully, but these errors were encountered: