Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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
dependsOn
ITerraformAddressable[]
count
number | TerraformCount
provider
TerraformProvider
forEach
TerraformIterator
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>