google::address

Query for regional addresses.

Example find the address filtering on name equal to ‘us-east1-test-two’ in the region ‘us-east1’.

addresses: $(external-query google::address { filter: 'name = "us-east1-test-two"', region: 'us-east1' })

Attributes

Attribute Description
filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering.
region Name of the region for this request. Not applicable to global addresses.