vmware / terraform-provider-vra

Terraform Provider for VMware Aria Automation
https://registry.terraform.io/providers/vmware/vra/
Mozilla Public License 2.0
104 stars 93 forks source link

vra_catalog_source_entitlement - example #308

Closed VickyWinner closed 2 years ago

VickyWinner commented 3 years ago

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 and type accepted values etc.

VickyWinner commented 3 years ago

Below link explains how to share a content source to a project. I am trying to achieve the same using Terraform.

https://docs.vmware.com/en/vRealize-Automation/8.3/Using-and-Managing-Service-Broker/GUID-95F17E4A-9B26-401A-842D-1D4CDE03D196.html

06logan06 commented 3 years ago

Below link explains how to share a content source to a project. I am trying to achieve the same using Terraform.

https://docs.vmware.com/en/vRealize-Automation/8.3/Using-and-Managing-Service-Broker/GUID-95F17E4A-9B26-401A-842D-1D4CDE03D196.html

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,..)

github-actions[bot] commented 3 years ago

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!

VickyWinner commented 3 years ago

please consider this enhancement

VickyWinner commented 2 years ago

any update on this?

frodenas commented 2 years ago

@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?

github-actions[bot] commented 2 years ago

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!