netskopeoss / terraform-provider-netskope

Apache License 2.0
6 stars 5 forks source link

Feature request: Bind publisher to private app #4

Closed kraduk closed 1 year ago

kraduk commented 1 year ago

No scope in the provider to bind a publisher to a private app, currently we have to fall back to the API which is suboptimal

eg resource Private_app_add_publisher { app_id = string publisher_id = string }

the inverse would be good as well for when a publisher is torn down resource Private_app_remove_publisher { app_id = string publisher_id = string }

ns-sbrown commented 1 year ago

I will review this but likely we will need to rely on Publisher tagging which you have also requested.

https://github.com/netskopeoss/terraform-provider-netskope/issues/5

kraduk commented 1 year ago

From our conversations it does appear it will

ns-sbrown commented 1 year ago

Closing this as it will be addressed with https://github.com/netskopeoss/terraform-provider-netskope/issues/5