taiidani / terraform-provider-jenkins

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

Default value not documented for secret text #123

Closed naitmare01 closed 1 year ago

naitmare01 commented 1 year ago

On this line the apply will set the description to this default value if it not set in the code. This is not documented in https://registry.terraform.io/providers/taiidani/jenkins/latest/docs/resources/credential_secret_text and can cause confusion.

https://github.com/taiidani/terraform-provider-jenkins/blob/337edfda7eb851022d0cb963054561b71c2dfe5f/jenkins/resource_jenkins_credential_secret_text.go#L54