jfrog / terraform-provider-xray

Terraform provider to manage JFrog Xray
https://jfrog.com/xray/
Apache License 2.0
149 stars 12 forks source link

Ensure the `watch_recipients` attribute is set on the `xray_watch` resource #91

Closed cawilson closed 1 year ago

cawilson commented 1 year ago

Performing a terraform import on an xray_watch resource fails to set the watch_recipients attribute values in the state file and hence, causes Terraform to always want to update the watch recipients.

This is a similar issue as https://github.com/jfrog/terraform-provider-xray/pull/88