ignition_project Data Source

ignition_project (Data Source)

Reads an Ignition Project.

Example Usage

data "ignition_project" "example" {
  name = "MyProject"
}

Schema

Required

  • name (String) The name of the project.

Read-Only

  • default_db (String) The default database connection for the project.
  • description (String) The description of the project.
  • enabled (Boolean) Whether the project is enabled.
  • id (String) The ID of this resource.
  • identity_provider (String) The default identity provider for the project.
  • inheritable (Boolean) Whether the project is inheritable.
  • parent (String) The parent project name, if any.
  • tag_provider (String) The default tag provider for the project.
  • title (String) The title of the project.
  • user_source (String) The default user source for the project.