-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
Description
Is your feature request related to a problem?
No
Describe the solution you'd like
I'm trying to use terraform-provider-openapi with one of our already existing services. The problem is that all our APIs a designed a way where POST (input) model doesn't have an id, while output model does have it. So we use separate model definitions (output model inherits all fields using all-of feature of openapi/swagger schema).
So the question is how can I use this terraform provider without changing my openapi spec?
Checklist
Don't forget to go through the checklist to make sure the issue is created properly:
- [] I have added a corresponding label (feature request/bug/etc) to the issue (right side menu)
- [] I have added this issue to the 'API Terraform Provider' GitHub project (right side menu)