Open sirsnork opened 3 years ago
https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs/resources/general_settings
The example uses "ntp_primary = "10.5.1.10"" when the correct argument is ntp_primary_address = "10.5.1.10". The argument reference section is correct, just the actual example code is wrong
Update the example
Documentation link
https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs/resources/general_settings
Describe the problem
The example uses "ntp_primary = "10.5.1.10"" when the correct argument is ntp_primary_address = "10.5.1.10". The argument reference section is correct, just the actual example code is wrong
Suggested fix
Update the example