thousandeyes / terraform-provider-thousandeyes

ThousandEyes Terraform Provider
Apache License 2.0
21 stars 26 forks source link

Data thousandeyes_integration is not returning all fields #130

Closed berkeli closed 1 year ago

berkeli commented 1 year ago

I'm trying to use thousandeyes_integration data source and it's returning multiple fields as null:

 + "#alerts-cert-renewal" = {
          + auth_method      = null
          + auth_token       = null
          + auth_user        = null
          + channel          = null
          + id               = "******"
          + integration_id   = "******"
          + integration_name = "#alerts-cert-renewal"
          + integration_type = null
          + target           = null
        }

I have checked the API and the thousandeyes sdk, both return all of the fields as per documentation. Thousandeyes data resource however omits a lot of the information as shown above.

I think it should return integration_type at the very least, as this is a required field in the notifications block for alerts.

berkeli commented 1 year ago

this was implemented in 1.3.3 :)