rubrikinc / terraform-provider-polaris

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

Add the ability to register Cloud Cluster ES (CCES) with RSC #179

Open DamaniN opened 2 weeks ago

DamaniN commented 2 weeks ago

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

When the provider bootstraps Cloud Cluster ES (CCES) systems, it does not register them with RSC. Instead, the customer must manually register the cluster. This causes a break in the automation provided by the provider.

Describe the solution you'd like

Add the option to have the provider register CCES with RSC after bootstrapping.

Describe alternatives you've considered

Manual registration.

Additional context

None