fun executeDestroyOnlyIf()

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


    fun executeDestroyOnlyIf(action: Spec<TerraformApply>) {
        destroySpec.set(action)
    }