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

Loop over the config files to load the static assets and mixin to the file struct pointer (e.g. - panos_tfid data source) #97

Open
pimielowski opened this issue Apr 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@pimielowski
Copy link
Contributor

The current CodeGen mechanism can't work with different config files and structures other like *.spec file, because the purpose of the spec file was to contain normalized data, and based on it, it will generate SDK and Terraform Provider resources/datasources.
The issue is we need to tackle creating files with statically created code, but also we need to generate part of it AND include some information ie. in Provider.go (which will be generated).

This is a part of #61 requirement.

@pimielowski pimielowski added the enhancement New feature or request label Apr 26, 2024
@pimielowski pimielowski self-assigned this Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant