AxtonGrams/terraform-provider-wiz

wiz_project: folder projects support

Closed this issue · 0 comments

Description

Folder projects are now GA and should be implemented in the provider.

Potential Terraform Configuration

resource "wiz_project" "test" {
  name        = "Test App"
   ...
  is_folder = true
  parent_project_id = "41acc2bc-0444-4774-9a43-b175727bdbbb"
}

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment