Closed dikhan closed 3 years ago
Merging #294 (37c23f7) into master (a6a1bec) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #294 +/- ##
=======================================
Coverage 92.14% 92.14%
=======================================
Files 60 60
Lines 3069 3069
=======================================
Hits 2828 2828
Misses 163 163
Partials 78 78
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 a6a1bec...37c23f7. Read the comment docs.
User confirmed this PR fixes the issue: https://github.com/dikhan/terraform-provider-openapi/issues/293#issuecomment-847357144
What problem does this Pull Request solve?
This PR fixes the examples docker file to make it work with Terraform 013 or greater. In addition, the base has been updated to alpine to make the container lighter.
Please link to the issue number here (issue will be closed when PR is merged): Closes #293
Summary of the changes:
cannot run Terraform provider tests: unexpected error: openpgp: signature made by unknown entity
How was this tested?
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:make test-all
[FeatureRequest: Issue #X] <PR Title>
[BugFix: Issue #X] <PR Title>
[TechDebt: Issue #X] <PR Title>
[NewRelease] vX.Y.Z
Checklist for Admins