fourplusone / terraform-provider-jira

Terraform provider to configure JIRA
https://registry.terraform.io/providers/fourplusone/jira/latest
MIT License
180 stars 54 forks source link

Terraform validate breaks when no user or token is supplied #86

Open naitmare01 opened 1 year ago

naitmare01 commented 1 year ago

This PR will set the credentials to be optional to be able to run terraform validate without providing any credentials i.e. in CI/CD pipelines.

This will fix issue #85

naitmare01 commented 1 year ago

Thanks for your contribution!

Can you add the ConflictsWith field to the token parameter to ensure, that token and username/password are not used at the same time?

Its added in https://github.com/fourplusone/terraform-provider-jira/pull/86/commits/f7dee1c5086950d41bf7fd92868fc98ba2fe7004