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

avi_user password not optional #582

Open
vitality411 opened this issue Mar 11, 2024 · 0 comments
Open

avi_user password not optional #582

vitality411 opened this issue Mar 11, 2024 · 0 comments
Labels

Comments

@vitality411
Copy link

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 error HTTP code: 400; error from Controller: map[error:Password is required] is reported.

Reproduction steps

  1. Try do deploy avi_user resource
resource "avi_user" "foo" {
  name               = "terraform-example-foo"
  default_tenant_ref = "/api/tenant/?name=admin"
}
  1. Apply
  2. Receive error HTTP code: 400; error from Controller: map[error:Password is required]

Expected behavior

Document that the password is required.

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant