rubrikinc / terraform-provider-polaris

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

Add native_id as a read-only attribute to account, project and subscription resources #133

Open johan3141592 opened 3 months ago

johan3141592 commented 3 months ago

This would make it easier for customers to see cloud providers ID of the resource. E.g. a polaris_aws_account resource would have an id attribute showing the Polaris UUID of the cloud account and a native_id showing the AWS ID of the AWS account. For polaris_azure_subscription the native_id would be the subscription ID and for polaris_gcp_project the native_id would be the project ID. polaris_aws_cnp_account already has this.