fun terraformDestroyPlan()

in plugins/src/main/kotlin/org/jetbrains/gradle/plugins/terraform/TerraformSourceSet.kt [292:294]


        fun terraformDestroyPlan(action: Action<TerraformPlan>) {
            destroyPlanActions.add(action)
        }