📄️ Operations Reference
This document describes the four primary operations—add, update, set, and delete—that the Terraform Editor API supports. Each of these operations targets specific Terraform blocks or attributes, letting you create, modify, or remove infrastructure definitions programmatically.
📄️ Selectors
When you have multiple Terraform blocks of the same type and label, you need to target them precisely. The selectors—index, where, and labels—let you specify which block(s) you want to modify or remove, preventing ambiguity and accidental overwrites.
📄️ Nested Operations
Terraform code is inherently hierarchical