IaC
Infrastructure as Code specific attributes
IacCategorySchema
Type of category for the IaC node
ENUM VALUES
terraformproviderresourcedataephemeraloutput
IacNodeSchema
IaC node attributes.
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
_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 | Category of the terraform object | ❌ | ||
_components | <string:any> | Components of the componsite component | ❌ |
TfMetaSchema
Terraform meta attributes.
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
depends_on | ❌ | |||
count | ❌ | |||
for_each | ❌ | |||
lifecycle | ❌ | |||
provider | ❌ |