Closed VickyWinner closed 2 years ago
Below link explains how to share a content source to a project. I am trying to achieve the same using Terraform.
Below link explains how to share a content source to a project. I am trying to achieve the same using Terraform.
I am also facing similar issue. Need to entitle content source to the project of type other than cloud templates. But no data source available to the content source details (extensibility actions, workflows,..)
Marking this issue as stale due to inactivity. This helps us focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
please consider this enhancement
any update on this?
@VickyWinner there's an example at the catalog_item examples directory. To create an entitlement, you just need to specify the project_id
and the catalog_source_id
, the details of the definition
structure are computed when the entitlement is created, you don't need to specify them. Is this what you're looking for?
Marking this issue as stale due to inactivity. This helps us focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
I don't see an example for catalog source entitlement. I am trying to tag an ABX action, content source etc to a new project and I don't find an example to refer to. Documentation here doesn't detail out what is
source_type
andtype
accepted values etc.