rubrikinc / terraform-provider-polaris

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

Add support for custom resource groups to polaris_azure_subscription #88

Closed DamaniN closed 2 months ago

DamaniN commented 9 months ago

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

RSC supports using a custom resource group to store the objects that it creates for Azure. This TF provider needs to support the same.

Describe the solution you'd like

Add a resoruce_group field to the polaris_azure_subscription resource that sets the corresponding field in RSC.

Describe alternatives you've considered

None

Additional context

None

johan3141592 commented 2 months ago

@DamaniN support for custom resource groups has been added to the polaris_azure_subscription resource in the latest beta release (v0.9.0-beta.1). Please see https://registry.terraform.io/providers/rubrikinc/polaris/latest/docs/resources/azure_subscription and https://registry.terraform.io/providers/rubrikinc/polaris/latest/docs/guides/upgrade_guide_beta for details.