We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a mechanism to have a "show | compare rollback 1" redirected to a Terraform output value?
This would enable the administrator to print out the changes made by their terraform apply
terraform apply
The text was updated successfully, but these errors were encountered:
@cdot65 - I have this working in a local branch. It requires a change to the upstream go-netconf library which I can submit a PR for.
go-netconf
It's run as part the read operation after the commit is completed and used as a normal Terrafrom resource output
read
output "testing" { value = junos-qfx_commit.commit-main }
Sorry, something went wrong.
aburston
No branches or pull requests
Is there a mechanism to have a "show | compare rollback 1" redirected to a Terraform output value?
This would enable the administrator to print out the changes made by their
terraform apply
The text was updated successfully, but these errors were encountered: