Skip to main content

IaC

Infrastructure as Code specific attributes

IacCategorySchema

Type of category for the IaC node

ENUM VALUES

  • terraform
  • provider
  • resource
  • data
  • ephemeral
  • output

IacNodeSchema

IaC node attributes.

NameTypeDescriptionRequiredDefault
_terraformId

string

Terraform ID of the resource

_importSchema

Import schema of the resource

_inputSchema

Input schema of the resource

_outputSchema

Output schema of the resource

_category

IacCategorySchema

Category of the terraform object

_components

<string:any>

Components of the componsite component

TfMetaSchema

Terraform meta attributes.

NameTypeDescriptionRequiredDefault
depends_on
count
for_each
lifecycle
provider