Hi All, Not sure if this is the best place to ask...
# getting-started
r
Hi All, Not sure if this is the best place to ask, but Iโ€™m trying to find onprem Palo Alto pulumi projects. I located stuff related to Azure, but donโ€™t think that would work for their physical appliance. Feel free to point me to the right channel to assist with my search. Thanks ๐Ÿ™ƒ
l
Can you locate a Pulumi or Terraform provider that does what you need? Once you find the provider, you can figure out the SDK namespaces, then search for that. That often brings up example projects on GitHub.
r
Thanks, there are TF providers for it. Glad to know this is an option.
l
Once you've found the TF provider, find the equivalent Pulumi bridged TF provider. If you can't find one, then it hasn't been bridged, and you'll have to do it yourself ๐Ÿ˜ž (And there won't be any example projects.)
๐Ÿ‘ 1