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
[FeatureRequest: Issue #100] Add support for POST with request schema only containing inputs (required/optional) and response only containing outputs (computed properties) #298
Please link to the issue number here (issue will be closed when PR is merged): Closes #100
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:
[x] New feature (change that adds new functionality)
[ ] Bug-fix (change that fixes current functionality)
[ ] Tech debt (enhances the current functionality)
[ ] New release (pumps the version)
Checklist
Please put an x (w/o heading/trailing white spaces) in the boxes that apply:
[X] I have read and followed the CONTRIBUTING guidelines
[X] I have added tests that prove my fix is effective or that my feature works
[X] I have made sure code compiles correctly and all tests are passing by running make test-all
[X] I have added/updated necessary documentation (if appropriate)
[X] I have added the following info to the title of the PR (pick the appropriate option for the type of change). This is important because the release notes will include this information.
[X] Feature Request: PRs related to feature requests should have in the title [FeatureRequest: Issue #X] <PR Title>
[ ] Bug Fixes: PRs related to bug fixes should have in the title [BugFix: Issue #X] <PR Title>
[ ] Tech Debt: PRs related to technical debt should have in the title [TechDebt: Issue #X] <PR Title>
[ ] New Release: PRs related to a new release should have in the title [NewRelease] vX.Y.Z
What problem does this Pull Request solve?
Please link to the issue number here (issue will be closed when PR is merged): Closes #100
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