You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: Unsupported argument
│
│ on 201_t1-001-alb-cloud.tf line 87, in resource "avi_user" "foo":
│ 87: tenant_ref = "/api/tenant/?name=admin"
│
│ An argument named "tenant_ref" is not expected here.
Expected behavior
Adjust example usage with the correct argument.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
In the example usage of
avi_user
from https://registry.terraform.io/providers/vmware/avi/latest/docs/resources/avi_user#example-usage the argumenttenant_ref
is used. But this is not a supported argument. The correct arguement is default_tenant_ref.Reproduction steps
Expected behavior
Adjust example usage with the correct argument.
Additional context
No response
The text was updated successfully, but these errors were encountered: