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

Add data source and resource Jenkins Views #148

Closed naitmare01 closed 10 months ago

naitmare01 commented 11 months ago

This PR adds the data source and the resource jenkins_view to be able to fetch information about that component.

As of now the gojenkins doesn't fully support update on Jenkins Views.

taiidani commented 10 months ago

Hello @naitmare01! Performing a quick review -- at a glance I think the code looks valid and should work well as an addition to the provider. However, a couple things:

naitmare01 commented 10 months ago

Hello @taiidani !

No worries about the coming rewrite.

I have updated the PR with some tests with the best of my knowledge. First time trying that library. Let me know if they are okay?