rubrikinc / terraform-provider-polaris

Terraform provider for the Polaris platform
MIT License
2 stars 9 forks source link

Azure Exocompute resource needs to support the new CNI overlay network configurations #159

Closed DamaniN closed 1 month ago

DamaniN commented 2 months ago

Is your feature request related to a problem? Please describe.

Yes, there is no way to configure the CNI Overlay CIDR when adding Exocompute Host.

Describe the solution you'd like

Support setting the CNI Overlay CIDRs when adding an Exocompute Host.

Describe alternatives you've considered

Useing the GraphQL API to set this.

Additional context

See step 10 here.

johan3141592 commented 1 month ago

The latest beta release (v0.9.0-beta.2) adds support for providing an overlay network CIDR address (pod_overlay_network_cidr) to the polaris_azure_exocompute resource. See the resource documentation for additional information.