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

Address env var default mismatch #143

Closed taiidani closed 11 months ago

taiidani commented 11 months ago

What Is Changing

Fixing an issue causing failures when specifying pure env vars for the new provider framework. The prepared configuration between both providers must match, and the SDK using DefaultFunc to provide default env vars triggers a mismatch.

Updating the SDK implementation to match the Framework implementation to address these errors.

See https://discuss.hashicorp.com/t/muxing-upgraded-tfsdk-and-framework-provider-with-default-provider-configuration/43945/7 for more context.

Test Steps

make testacc