Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.44 KB

File metadata and controls

62 lines (45 loc) · 1.44 KB
page_title subcategory description
firehydrant_environment Resource - terraform-provider-firehydrant
Environment Resource

firehydrant_environment (Resource)

Environment Resource

Example Usage

resource "firehydrant_environment" "my_environment" {
  description = "...my_description..."
  name        = "...my_name..."
}

Schema

Required

  • name (String)

Optional

  • description (String)

Read-Only

  • active_incidents (String) List of active incident guids
  • created_at (String) The time the environment was created
  • external_resources (Attributes List) Information about known linkages to representations of services outside of FireHydrant. (see below for nested schema)
  • id (String) UUID of the Environment
  • slug (String) Slug of the Environment
  • updated_at (String) The time the environment was updated

Nested Schema for external_resources

Read-Only:

  • connection_id (String)
  • connection_name (String)
  • connection_type (String)
  • created_at (String)
  • name (String)
  • remote_id (String)
  • remote_url (String)
  • updated_at (String)

Import

Import is supported using the following syntax:

terraform import firehydrant_environment.my_firehydrant_environment ""