terraform-provider-avi
terraform-provider-avi copied to clipboard
Terraform AVI Networks provider
### 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 argument `tenant_ref` is used. But this is not a supported argument. The correct arguement is [default_tenant_ref](https://registry.terraform.io/providers/vmware/avi/latest/docs/resources/avi_user#default_tenant_ref). ###...
### 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:...
remove 16.04 Ubuntu version with the 18.04 as the 16 does not work anymore.
### Describe the bug Creating a resource `avi_server` while omitting the `port` results in: ``` ╷ │ Error: Provider produced inconsistent result after apply │ │ When applying changes to...
### Describe the bug lifecycle ignore_changes is not working as expected for avi_virtualservice resource. In my case i have two datascripts attached to VS and if i add ignore lifecycle...
### Describe the bug I have imported an existing resource ``` terraform import avi_healthmonitor.healthcheck-tcp-test healthmonitor-e3f60d20 ``` tf code for said resource: ``` resource "avi_healthmonitor" "healthcheck-tcp-test" { name = "healthcheck-tcp-test" tenant_ref...
### Describe the bug Terraform produces following error in create user function │ Error: Provider produced inconsistent result after apply │ │ When applying changes to avi_useraccount.avi_user, provider "provider[\"registry.terraform.io/vmware/avi\"]" produced...
### Describe the bug When using Enhanced Virtual Service setup, we always receive the the following error HTTP code: 400; error from Avi: map[error:{"vh_matches":"{"path":"Field check for path failed : There...