tfPlan property

String? tfPlan
getter/setter pair

A Terraform plan file, formatted as a stringified JSON object.

To learn how to generate a Terraform plan file in JSON format, see JSON output format in the Terraform documentation.

Optional.

Implementation

core.String? tfPlan;