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
Creating a resource avi_server while omitting the port results in:
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to avi_server.server_example, provider "provider[\"registry.terraform.io/vmware/avi\"]" produced an unexpected new value: Root resource was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
The port should be optional (as stated in the API documentation). Omitting the port is fine as long as there is a default_server_port declared in the avi_pool resource.
Describe the bug
Creating a resource
avi_server
while omitting theport
results in:The
port
should be optional (as stated in the API documentation). Omitting the port is fine as long as there is adefault_server_port
declared in theavi_pool
resource.Reproduction steps
Minimal TF configuration of the resources:
Step 1: Run
terraform apply
Expected behavior
When omitting the port there should be no error and the port of the server should be set to
-
.Additional context
The text was updated successfully, but these errors were encountered: