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
When using identitynow_source to a source that already exists, terraform plan command returns the following error
Error: json: cannot unmarshal bool into Go struct field ConnectorAttributes.connectorAttributes.deltaAggregationEnabled of type string
with data.identitynow_source.authx,
on data.tf line 1, in data "identitynow_source" "authx":
1: data "identitynow_source" "authx" {
Is there an existing issue for this?
Community Note
When using
identitynow_source
to a source that already exists,terraform plan
command returns the following errorI believe that the reason is deltaAggregationEnabled is a string in the structure (https://github.com/OpenAxon/terraform-provider-identitynow/blob/master/type_source.go#L61) and the type that returns from IdN API is a bool
Terraform Version
1.3.9
IdentityNow Provider Version
0.3.2
Affected Resource(s)/Data Source(s)
identitynow_source
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
No response
Actual Behaviour
No response
Steps to Reproduce
terraform plan
References
No response
The text was updated successfully, but these errors were encountered: