TerraformDataSource represents a data source in Terraform.
Resources
TerraformDataSource
Base class for all Terraform data sources.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Base class for all Terraform data sources.
TerraformDataSource represents a data source in Terraform.
| Property | Type | Description |
|---|---|---|
dependsOn | ITerraformAddressable[] | Explicit dependencies. |
count | number | TerraformCount | Data source count. |
provider | TerraformProvider | Specific provider instance. |
forEach | TerraformIterator | Iterator for multiple data sources. |
interpolationForAttribute(attr: string): IResolvable
getStringAttribute(name: string): string
getNumberAttribute(name: string): number
getBooleanAttribute(name: string): boolean
getListAttribute(name: string): string[]
getMapAttribute(name: string): Record<string, any>