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

write configuration to the file, we are right now only can apply data source to the local file #92

Open
Tracked by #84
pimielowski opened this issue Apr 22, 2024 · 1 comment

Comments

@pimielowski
Copy link
Contributor

No description provided.

@pimielowski pimielowski mentioned this issue Apr 22, 2024
9 tasks
@shinmog
Copy link
Collaborator

shinmog commented Apr 25, 2024

This would be an additional use case for the provider.

The use case here is that you enable users to use Terraform to create a partial config. Ideally, then could then take that output partial config and import it into PAN-OS.

Terraform uses goroutines to do it's work, so this means we'd probably need to lean on something like sync.Mutex such that multiple threads weren't corrupting the contents of the file with simultaneous writes.

The new pango already has support for "local inspection mode", so tunneling the reads through that while tunneling the writes to the local file system.

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

No branches or pull requests

2 participants