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
My issue isn't already found on the issue tracker.
I have replicated my issue using the latest version of the library and it is still present.
zscaler-terraformer version
zscaler-terraformer v1.3.5 Terraform version: Terraform v1.10.3 on (windows_amd64)
Expected outcome
zscaler-terraformer import --resources="zpa" to run without error
Actual outcome
ZPA import fails at the service edge group import stage with error: json: cannot unmarshal array into Go struct field ServiceEdgeController.list.serviceEdges.listenIps of type string
I checked the API results and one of the 2 edge groups has a listenIps value define and it is an array of strings with a single element like:
"listenIps": [
"x.x.x.x"
]
Steps to reproduce
Run zscaler-terraformer import --resources="zpa"
Am able to get the import to run to completion by excluding the edge groups.
References
No response
The text was updated successfully, but these errors were encountered:
Confirmation
zscaler-terraformer version
zscaler-terraformer v1.3.5 Terraform version: Terraform v1.10.3 on (windows_amd64)
Expected outcome
zscaler-terraformer import --resources="zpa" to run without error
Actual outcome
ZPA import fails at the service edge group import stage with error:
json: cannot unmarshal array into Go struct field ServiceEdgeController.list.serviceEdges.listenIps of type string
I checked the API results and one of the 2 edge groups has a listenIps value define and it is an array of strings with a single element like:
"listenIps": [
"x.x.x.x"
]
Steps to reproduce
Am able to get the import to run to completion by excluding the edge groups.
References
No response
The text was updated successfully, but these errors were encountered: