- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
03-16-2021 01:44 PM
I am trying to bulk add address objects to panorama instance in AWS using the panos for terraform and keep getting errors about the plugin. Can you use panos with terraform to push address objects via API to cloud instances or is there another way you are to do this? Or is this something that cannot be done period?
initializing provider plugins...
- Finding latest version of hashicorp/panos...
Error: Failed to query available provider packages
Could not retrieve the list of available versions for provider
hashicorp/panos: provider registry registry.terraform.io does not have a
provider named registry.terraform.io/hashicorp/panos
If you have just upgraded directly from Terraform v0.12 to Terraform v0.14
then please upgrade to Terraform v0.13 first and follow the upgrade guide for
that release, which might help you address this problem.
Did you intend to use paloaltonetworks/panos? If so, you must specify that
source address in each module which requires that provider. To see which
modules are currently depending on hashicorp/panos, run the following command:
terraform providers
03-17-2021 09:37 AM
Seems like you specified a provider of "hashicorp/panos" instead of "paloaltonetworks/panos"...? Basing this on the error message you got back:
Did you intend to use paloaltonetworks/panos?
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!