Skip to main content
TerraformDataSource represents a data source in Terraform.

Meta-Arguments

All data sources support the following meta-arguments:

Methods

interpolationForAttribute()

Returns an interpolation token for a specific attribute.

getStringAttribute()

Returns a string attribute value.

getNumberAttribute()

Returns a number attribute value.

getBooleanAttribute()

Returns a boolean attribute value.

getListAttribute()

Returns a list attribute value.

getMapAttribute()

Returns a map attribute value.