Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for managing policies and policy definitions #471

Open
1 task done
an2ane opened this issue Oct 20, 2022 · 3 comments
Open
1 task done

Add support for managing policies and policy definitions #471

an2ane opened this issue Oct 20, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@an2ane
Copy link
Contributor

an2ane commented Oct 20, 2022

Code of Conduct

This project has a Code of Conduct that all participants are expected to understand and follow:

Description

vRA Version : SaaS (ATM 8.10.0)
Terraform : >= 0.13
vRA Provider : 0.5.3

With the "new" change in 8.8.2 with Content Sharing Policy, the scope went from organization to project. Now, to share day-1 workflows with all the projects, we have to create a Content Sharing for each project. Because the vra_provider allows to create projects through Terraform, it would be nice to also create any kind of policies (day-2, approval, content sharing, deployment limit, lease and resource quota) as well.

Describe alternatives you've considered

Currently, we have created a workflow we are launching through vra_deployment to create 2 content sharing policies. However, when we destroy the project in Terraform, it does not destroy those content sharing policies.

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@an2ane an2ane added enhancement New feature or request needs-triage labels Oct 20, 2022
@japerrin
Copy link

japerrin commented Jan 4, 2023

Hi , it would be nice, to be able to have a "data" on "vRO worklows, currently it's only Cloud templates like this:

data "vra_blueprint_version" "this" {
blueprint_id = var.blueprint_id
id = var.blueprint_version_id
}

@Arderos
Copy link

Arderos commented Jul 19, 2023

+1

@tenthirtyam tenthirtyam changed the title Requesting support for policies and policyDefinition resource management Add support for managing policies and policy definitions Jul 10, 2024
@tenthirtyam
Copy link
Contributor

it would be nice, to be able to have a "data" on "vRO worklows, currently

Please open a separate enhancement issue as this is off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants