Closed dersoi closed 2 years ago
panos_address_objects
is present in v1.10.0, seems you're on v1.9.2.
Right you are! I did not even think to check for an upgrade has the repo had been silent for quit a long time before the last one.
I offer to add clear mentions needed version when a new feature is added. #323
Describe the bug
Trying to use the resource panos_address_objects generates the error _The provider provider.panos does not support resource type "panos_addressobjects".
Expected behavior
Address objects should be planned as per the documentation: https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs/resources/address_objects
Current behavior
Trying to generate a plan with the command
terraform plan
generates the error _The provider provider.panos does not support resource type "panos_addressobjects".Steps to reproduce
https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs/resources/address_objects Simply follow the documentation and try to create resources (event one does not work):
1.
terraform plan
Context
I am currently using panos_address_object (no s) as a resource, but as wer are getting timeouts from the API, I wanted to try this.
Your Environment