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
resourceConsulPreparedQueryRead does not set properly the failover, template and dns attributes, this makes consul_prepared_query ignore external changes of those attributes.
This can be easily seen by running TF_SCHEMA_PANIC_ON_ERROR=1 make testacc TESTARGS="-count=1 -run=TestAccConsulPreparedQuery_basic":
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test $(go list ./... |grep -v 'vendor') -v -count=1 -run=TestAccConsulPreparedQuery_basic -timeout 120m
? github.com/terraform-providers/terraform-provider-consul [no test files]
=== RUN TestAccConsulPreparedQuery_basic
panic: failover.0.nearest_n: can only set full list
The text was updated successfully, but these errors were encountered:
resourceConsulPreparedQueryRead
does not set properly thefailover
,template
anddns
attributes, this makesconsul_prepared_query
ignore external changes of those attributes.This can be easily seen by running
TF_SCHEMA_PANIC_ON_ERROR=1 make testacc TESTARGS="-count=1 -run=TestAccConsulPreparedQuery_basic"
:The text was updated successfully, but these errors were encountered: