terraformLabels property

TfRef<Map<String, String>> get terraformLabels

Reference to terraform_labels attribute.

Implementation

TfRef<Map<String, String>> get terraformLabels =>
    TfRef.attribute<Map<String, String>>(this, 'terraform_labels');