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
Terraform Script
data "phpipam_address" "address" {
ip_address="10.18.160.132"
}
Output
Error: JSON parsing error: json: cannot unmarshal number into Go struct field APIResponse.Success of type bool - Response body: {"code":200,"success":0,"message":"Address not found","time":0.006}
Actual Behavior
For IP addresses that are not reserved or allocated in IPAM, the data sources throws an error. Can you please resolve this?
Expected Behavior
Data source returns an empty record or a record with 'Address not found'.
The text was updated successfully, but these errors were encountered:
Affected Resource(s)
phpipam_address data source
Terraform Version
v1.0.8
Provider Version
v1.2.8
Terraform Script
data "phpipam_address" "address" {
ip_address="10.18.160.132"
}
Output
Error: JSON parsing error: json: cannot unmarshal number into Go struct field APIResponse.Success of type bool - Response body: {"code":200,"success":0,"message":"Address not found","time":0.006}
Actual Behavior
For IP addresses that are not reserved or allocated in IPAM, the data sources throws an error. Can you please resolve this?
Expected Behavior
Data source returns an empty record or a record with 'Address not found'.
The text was updated successfully, but these errors were encountered: