terraform-provider-panos icon indicating copy to clipboard operation
terraform-provider-panos copied to clipboard

firewall-commit.go build instructions incorrect

Open bmigette opened this issue 1 year ago • 1 comments

Documentation link

https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs/guides/commits-overview

Describe the problem

The install commands given in the doc no longer work: go get is deprecated, also the firewall-commit.go script seems no longer present in repository

$ go get github.com/PaloAltoNetworks/pango
$ go build firewall-commit.go
$ mv firewall-commit ~/bin
$ firewall-commit -h

Suggested fix

update install instructions to something that works.

bmigette avatar Oct 04 '22 10:10 bmigette

:tada: Thanks for opening your first issue here! Welcome to the community!