taiidani / terraform-provider-jenkins

Jenkins Terraform Provider
https://registry.terraform.io/providers/taiidani/jenkins/latest
Apache License 2.0
77 stars 42 forks source link

Decouple the folder resource from the job resource #201

Closed taiidani closed 7 months ago

taiidani commented 7 months ago

What Is Changing

Preparing for the Framework migration by decoupling the folder resource's delete functionality from the job resource's functionality. These will now be maintained separately, allowing migration of the resources to occur separately.

Test Steps