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
== RUN TestAccResourceTelemetryServiceRegistryEntry
resource_telemetry_service_registry_entry_test.go:237: Step 1/2 error: Error running apply: exit status 1
Error: Provider produced inconsistent result after apply
When applying changes to apstra_telemetry_service_registry_entry.test,
provider "provider[\"registry.terraform.io/hashicorp/apstra\"]" produced an
unexpected new value: .application_schema: was
cty.StringVal("{\"properties\":{\"key\":{\"properties\":{\"authenticated_vlan\":{\"type\":\"string\"},\"authorization_status\":{\"type\":\"string\"},\"fallback_vlan_active\":{\"enum\":[\"True\",\"False\"],\"type\":\"string\"},\"port_status\":{\"enum\":[\"authorized\",\"blocked\"],\"type\":\"string\"},\"supplicant_mac\":{\"pattern\":\"^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$\",\"type\":\"string\"}},\"required\":[\"supplicant_mac\",\"authenticated_vlan\",\"authorization_status\",\"port_status\",\"fallback_vlan_active\"],\"type\":\"object\"},\"value\":{\"description\":\"0
in case of blocked, 1 in case of
authorized\",\"type\":\"integer\"}},\"required\":[\"key\",\"value\"],\"type\":\"object\"}"),
but now cty.StringVal("{\"properties\": {\"key\": {\"properties\":
{\"authenticated_vlan\": {\"type\": \"string\"}, \"authorization_status\":
{\"type\": \"string\"}, \"fallback_vlan_active\": {\"enum\": [\"True\",
\"False\"], \"type\": \"string\"}, \"port_status\": {\"enum\":
[\"authorized\", \"blocked\"], \"type\": \"string\"}, \"supplicant_mac\":
{\"pattern\": \"^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$\", \"type\":
\"string\"}}, \"required\": [\"authenticated_vlan\",
\"authorization_status\", \"fallback_vlan_active\", \"port_status\",
\"supplicant_mac\"], \"type\": \"object\"}, \"value\": {\"description\": \"0
in case of blocked, 1 in case of authorized\", \"type\": \"integer\"}},
\"required\": [\"key\", \"value\"], \"type\": \"object\"}").
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
== RUN TestAccResourceTelemetryServiceRegistryEntry
resource_telemetry_service_registry_entry_test.go:237: Step 1/2 error: Error running apply: exit status 1
--- FAIL: TestAccResourceTelemetryServiceRegistryEntry (3.00s)
The text was updated successfully, but these errors were encountered: