Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Provider Generator implementation #13

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

n0x29a
Copy link
Collaborator

@n0x29a n0x29a commented Jun 7, 2024

scaffold:
$(TFPLUGINGEN) scaffold resource --name resource_auth_api_keys --output-dir $(OUTPUT_DIR)
$(TFPLUGINGEN) scaffold resource --name resource_accoun_cluster --output-dir $(OUTPUT_DIR)
$(TFPLUGINGEN) scaffold data-source --name data_source_accoun_cluster --output-dir $(OUTPUT_DIR)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accoun -->account

Comment on lines +50 to +62
# package:
# read:
# path: /booking/packages
# method: GET
# schema:
# attributes:
# overrides:
# name:
# description: The package name
# status:
# description: The package status, possible values - 'PLANNED', 'ACTIVE', or 'DEACTIVATED'
# currency:
# description: The currency of the package pricing, possible values - 'usd', 'eur'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data-source ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants