hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.51k stars 4.6k forks source link

Return account_domain account_id from spatial_anchors_account properties + Add Data Source #11799

Closed ChrisEke closed 3 years ago

ChrisEke commented 3 years ago

Community Note

Description

Mixed Reality/Spatial Anchors Account should return account_domain and account_id from properties object belonging to the created Spatial Anchors Account. It should also be possible to retrieve this information with a Data source.

I see that that the Go client package currently used is preview/mixedreality/mgmt/2019-02-28/mixedreality. Might be necessary to use mixedreality/mgmt/2021-01-01/mixedreality instead to get the properties.

New or Affected Resource(s)

Potential Terraform Configuration

data "azurerm_spatial_anchors_account " "example" {
}

References

github-actions[bot] commented 3 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.