Can’t quite understand why the architect_flow resource fails during apply when using custom data nodes. the provider version is 1.65.0 and terraform is v1.9.8. the error is 400 bad request with message invalid json payload.
hcl block:
resource “genesyscloud_architect_flow” “test” {
name = “test flow”
description = “test”
}
api logs show schema mismatch on flow definition. any ideas?