interface RemovedArgs {
    from: TerraformElement;
    lifecycle: {
        destroy: boolean;
    };
}

Properties

Properties

lifecycle: {
    destroy: boolean;
}

Type declaration

  • destroy: boolean