observe_app

Fetches data for an installed Observe app.

Example Usage

data "observe_folder" "example" {
  name = "OpenWeather"
}

data "observe_app" "example" {
  folder = data.observe_folder.example.oid
  name   = "OpenWeather"
}

Schema

Optional

  • folder (String) OID of workspace dataset is contained in.

  • name (String)

Read-Only

  • description (String)

  • id (String) The ID of this resource.

  • module_id (String)

  • oid (String)

  • outputs (String)

  • variables (Map of String)

  • version (String)