microsoft / terraform-provider-power-platform

Power Platform Terraform Provider
https://registry.terraform.io/providers/microsoft/power-platform/latest/docs
MIT License
35 stars 13 forks source link

`powerplatform_tenant` Data Source #402

Closed mattdot closed 2 months ago

mattdot commented 2 months ago

Description

Retrieve information about the current tenant

Resource

Potential Terraform Configuration

# Sample Terraform config that describes how the new resource might look.

data "powerplatform_tenant" "current_tenant" {
}

API

{
    "tenantId": "4481d6dc-0f72-4841-a3a9-00000000000",
    "state": "Enabled",
    "location": "unitedstates",
    "aadCountryGeo": "unitedstates",
    "dataStorageGeo": "unitedstates",
    "defaultEnvironmentGeo": "unitedstates",
    "aadDataBoundary": "none",
    "fedRAMPHighCertificationRequired": false
}

Definition of Done

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.