terraform-provider-panos
terraform-provider-panos copied to clipboard
Panorama + Panos modules
Is your feature request related to a problem?
No. Except the frustration of going through XML Api, and the lack of idempotency.
Describe the solution you'd like
Being able to create/update/delete through the terraform provider :
- hip profiles
- hip objects
- interface management in panorama (panorama ->setup-> interfaces -> management)
- everything in panorama -> setup -> services tab
- Panorama -> Log Profiles
- Panorama -> Server Profiles
- Panorama -> Dynamic Update schedules
- Panorama -> Plugin installation
- Everything in Panorama-> Setup -> Management -> General Settings
- Everything in the Cloud Services plugin
- Everything in Templates -> Network -> Global Protect
- Import Metadata for SAML IDP
- Create Administrators in panorama
- Create Administrator roles in panorama
- Create authentication profiles for Cloud Identity Engine
- Probably many more I forgot here 😄
Describe alternatives you've considered
- For the moment we use a mix of terraform and ansible (using panos_config_element) to achieve the above.... which is painful.
Additional context
We have our panorama in sync with prisma access , and we try to do everything as code.
:tada: Thanks for opening your first issue here! Welcome to the community!