PaloAltoNetworks / terraform-provider-sase

Terraform provider for SASE API
Apache License 2.0
1 stars 2 forks source link

Create Bandwidth Allocations #5

Open ancoleman opened 1 year ago

ancoleman commented 1 year ago

Is your feature request related to a problem?

It seems today only bandwidth allocations can be used as a data source. However to generate a remote network it's required to have a bandwidth allocation pre-provisioned so an SPNs can be provided to the resource. A bandwidth allocation resource seems necessary.

Describe the solution you'd like

Generate bandwidth allocations and provide the SPNs in the resource output to be shared with Remote Networks resource.

Describe alternatives you've considered

Additional context

shinmog commented 1 year ago

The bandwidth allocations URIs don't work with UUIDs, which is why they aren't present in the provider right now... I think this needs to be raised internally and the API needs to change...