Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a Data Source for referencing a pre-existing Azure Subscription Resource #183

Open
joeharlan opened this issue Jun 20, 2024 · 0 comments

Comments

@joeharlan
Copy link

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

To create an Azure Archive Location resource it is requiring the use of the Rubrik-internal cloud_account_id string. This is something used on the back-end of Rubrik to uniquely track the Subscription that has been onboarded, but is not referenceable in a TF plan unless the archive location and subscription onboarding modules are executed in the same plan. Customers looking to factor their deployments with these two plans operating separately are unable to do so easily without first looking up the ID in another way.

Describe the solution you'd like

Provide a data source for the Azure Subscription that would allow the TF plan to reference details about the Rubrik Cloud Account representation of the Subscription. This would enable the archive location code to easily reference the cloud_account_id value and solve the problem described above.

Describe alternatives you've considered

The only workaround is to locate the ID another way and provide it statically in the TF plan used to create the archive locations.

Additional context

.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant