There are debug outputs in the oidcRequestUrl and oidcRequestToken blocks of the provider code that state the opposite of what is actually happening in the code. These debug outputs are development artifacts and should be removed entirely.
To Reproduce
Either observe the incorrect log output or directly review lines 192 - 209 in provider.go.
Describe the bug
There are debug outputs in the oidcRequestUrl and oidcRequestToken blocks of the provider code that state the opposite of what is actually happening in the code. These debug outputs are development artifacts and should be removed entirely.
To Reproduce
Either observe the incorrect log output or directly review lines 192 - 209 in provider.go.
Sample Terraform Code
Current:
Fixed:
Expected behavior
Either correct log output, or ideally no log output from these blocks, given the other troubleshooting options available in the provider.
System Information
Contribution
Do you plan to raise a PR to address this issue? YES