dikhan / terraform-provider-openapi

OpenAPI Terraform Provider that configures itself at runtime with the resources exposed by the service provider (defined in a swagger file)
Apache License 2.0
275 stars 48 forks source link

[BugFix: Issue #300]: ServiceConfiguration with InsecureSkipVerify enabled now works as expected #301

Closed dikhan closed 3 years ago

dikhan commented 3 years ago

What problem does this Pull Request solve?

Please link to the issue number here (issue will be closed when PR is merged): Closes #300

Summary of changes:

Type of change

What type of change does your code introduce to the provider? Please put an x (w/o heading/trailing white spaces) in the boxes that apply:

Checklist

Please put an x (w/o heading/trailing white spaces) in the boxes that apply:

Checklist for Admins

codecov[bot] commented 3 years ago

Codecov Report

Merging #301 (c7a72ea) into master (d5699cb) will increase coverage by 0.39%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #301      +/-   ##
==========================================
+ Coverage   92.14%   92.54%   +0.39%     
==========================================
  Files          60       60              
  Lines        3069     3071       +2     
==========================================
+ Hits         2828     2842      +14     
+ Misses        163      155       -8     
+ Partials       78       74       -4     
Impacted Files Coverage Δ
openapi/plugin_config.go 71.01% <100.00%> (+0.42%) :arrow_up:
openapi/provider.go 88.23% <100.00%> (+33.68%) :arrow_up:
openapi/plugin_config_services_stub.go 84.61% <0.00%> (+7.69%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d5699cb...c7a72ea. Read the comment docs.