Skip to content
This repository was archived by the owner on Dec 5, 2020. It is now read-only.

Files

Latest commit

910d7dc · Oct 10, 2017

History

History
31 lines (23 loc) · 695 Bytes

environment.html.markdown

File metadata and controls

31 lines (23 loc) · 695 Bytes
layout page_title sidebar_current description
rancher
Rancher: rancher_environment
docs-rancher-datasource-environment
Get information on a Rancher environment.

rancher_environment

Use this data source to retrieve information about a Rancher environment.

Example Usage

data "rancher_environment" "foo" {
  name = "foo"
}

Argument Reference

  • name - (Required) The setting name.

Attributes Reference

  • id - The ID of the resource.
  • description - The environment description.
  • orchestration - The environment orchestration engine.
  • project_template_id - The environment project template ID.
  • member - The environment members.