Closed mattdot closed 2 months ago
Retrieve information about the current tenant
powerplatform_tenant_capacity
# Sample Terraform config that describes how the new resource might look. data "powerplatform_tenant" "current_tenant" { }
{ "tenantId": "4481d6dc-0f72-4841-a3a9-00000000000", "state": "Enabled", "location": "unitedstates", "aadCountryGeo": "unitedstates", "dataStorageGeo": "unitedstates", "defaultEnvironmentGeo": "unitedstates", "aadDataBoundary": "none", "fedRAMPHighCertificationRequired": false }
make docs
Do you plan to raise a PR to address this issue? YES
See the contributing guide for more information about what's expected for contributions.
Description
Retrieve information about the current tenant
Resource
powerplatform_tenant_capacity
Potential Terraform Configuration
API
Definition of Done
make docs
Contributions
Do you plan to raise a PR to address this issue? YES
See the contributing guide for more information about what's expected for contributions.