netskopeoss / terraform-provider-netskope

Apache License 2.0
6 stars 5 forks source link

[Bug] It's not possible to change update_profile in publisher #27

Open wasfree opened 9 months ago

wasfree commented 9 months ago

Hi,

seems like it's not possible to change the update profile after a publisher was created.

A first look points me to https://github.com/netskopeoss/terraform-provider-netskope/blob/cf558c0f9521ae964c5b4a3ea28108fa4fc5740c/netskope/resource_publishers.go#L74 where the property is not passed to PublisherOptions.

Should be easy to fix.

Cheers