PaloAltoNetworks / terraform-provider-panos

Terraform Panos provider
https://www.terraform.io/docs/providers/panos/
MIT License
89 stars 71 forks source link

firewall-commit.go build instructions incorrect #358

Closed bmigette closed 1 year ago

bmigette commented 2 years ago

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.

welcome-to-palo-alto-networks[bot] commented 2 years ago

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