PaloAltoNetworks / terraform-provider-scm

The Terraform provider for Strata Cloud Manager
Apache License 2.0
7 stars 2 forks source link

Bandwidth Allocations currently not supported #9

Open ancoleman opened 7 months ago

ancoleman commented 7 months ago

Is your feature request related to a problem?

In the Alpha provider we supported the bandwidth allocations endpoint. This is used to acquire the SPNs which are required values to build remote networks. This is not missing from the SCM provider, which makes it impossible to dynamically build remote networks from a derived list of SPNs that we support.

Describe the solution you'd like

This endpoint described here is what is needed to retrieve the list of SPNs or "Bandwidth Allocations".

https://pan.dev/access/api/prisma-access-config/get-sse-config-v-1-bandwidth-allocations/

Describe alternatives you've considered

No alternatives available, except to statically assign an SPN, which is hard to do if you don't actually have the SPN name list available to choose from.

Additional context

It makes building remote networks very cumbersome and challenging to users who are not familiar with SPNs or the list of SPNs available.

ksudhir1508 commented 2 months ago

Hello @ancoleman, I have noticed that currently we don’t have terraform objects to configure the Bandwidth management for remote network. can you please help me to confirm, if we going to put this in new enhancement in near future.