TerraformDataSource represents a data source in Terraform.
Meta-Arguments
All data sources support the following meta-arguments:| 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. |