taiidani / terraform-provider-jenkins

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

Remove deprecated job "parameters" property #197

Closed taiidani closed 4 months ago

taiidani commented 4 months ago

What Is Changing

Removing the deprecated parameters property from the job resource. This property has been replaced with the use of the native templatefile TF function.

Test Steps