CiscoISE / terraform-provider-ciscoise

Terraform Provider for Cisco ISE
https://registry.terraform.io/providers/CiscoISE/ciscoise/latest/docs
MIT License
10 stars 4 forks source link

Data Source - ciscoise_pan_ha_update not working #18

Closed ragu2k8 closed 2 years ago

ragu2k8 commented 2 years ago

data "ciscoise_pan_ha_update" "example" { provider = ciscoise hostname = "string" }

its not working and its not accepting payload with details,

below is API info:

{ "failedAttempts": 5, "isEnabled": true, "pollingInterval": 120, "primaryHealthCheckNode": { "hostname": "isenode" }, "secondaryHealthCheckNode": { "hostname": "isenode" } }

wastorga commented 2 years ago

@ragu2k8 Thanks for reporting. The Tf schema is missing. It seems to be the only case. As soon as I release the new version, I will give you the update here

wastorga commented 2 years ago

@ragu2k8 Version 0.1.0-rc.4 is currently in the process of publishing. Hopefully, the final RC.