powerplatform_environment_powerapps (Data Source)

Fetches the list of Power Apps in an environment. See Manage Power Apps for more details about how this data is surfaced in Power Platform Admin Center.

Example Usage

terraform {
  required_providers {
    powerplatform = {
      source = "microsoft/power-platform"
    }
  }
}

provider "powerplatform" {
  use_cli = true
}

data "powerplatform_environment_powerapps" "all" {}

Schema

Optional

Read-Only

  • id (String) Id of the read operation
  • powerapps (Attributes List) List of Power Apps (see below for nested schema)

Nested Schema for timeouts

Optional:

  • read (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.

Nested Schema for powerapps

Read-Only:

  • created_time (String) Created time
  • display_name (String) Display name
  • id (String) Unique environment id (guid)
  • name (String) Name