Open naitmare01 opened 1 year ago
Thanks for your contribution!
Can you add the
ConflictsWith
field to thetoken
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
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