Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 2.1 KB

port_entity.md

File metadata and controls

69 lines (47 loc) · 2.1 KB
page_title subcategory description
port_entity Resource - terraform-provider-port-labs
Entity resource

port_entity (Resource)

Entity resource

Schema

Required

  • blueprint (String) The blueprint identifier the entity relates to

Optional

  • icon (String) The icon of the entity
  • identifier (String) The identifier of the entity
  • properties (Attributes) The properties of the entity (see below for nested schema)
  • relations (Attributes) The relations of the entity (see below for nested schema)
  • run_id (String) The runID of the action run that created the entity
  • teams (List of String) The teams the entity belongs to
  • title (String) The title of the entity

Read-Only

  • created_at (String) The creation date of the entity
  • created_by (String) The creator of the entity
  • id (String) The ID of this resource.
  • updated_at (String) The last update date of the entity
  • updated_by (String) The last updater of the entity

Nested Schema for properties

Optional:

  • array_props (Attributes) The array properties of the entity (see below for nested schema)
  • boolean_props (Map of Boolean) The bool properties of the entity
  • number_props (Map of Number) The number properties of the entity
  • object_props (Map of String) The object properties of the entity
  • string_props (Map of String) The string properties of the entity

Nested Schema for properties.array_props

Optional:

  • boolean_items (Map of List of Boolean)
  • number_items (Map of List of Number)
  • object_items (Map of List of String)
  • string_items (Map of List of String)

Nested Schema for relations

Optional:

  • many_relations (Map of List of String) The many relation of the entity
  • single_relations (Map of String) The single relation of the entity