Home
last modified time | relevance | path

Searched refs:GetDestroyTainted (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/terraform/
H A Ddiff.go316 case rdiff.RequiresNew() && (rdiff.GetDestroy() || rdiff.GetDestroyTainted()):
1013 if d.RequiresNew() && (d.GetDestroy() || d.GetDestroyTainted()) {
1131 func (d *InstanceDiff) GetDestroyTainted() bool { func
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/terraform/
H A Ddiff.go327 case rdiff.RequiresNew() && (rdiff.GetDestroy() || rdiff.GetDestroyTainted()):
1012 if d.RequiresNew() && (d.GetDestroy() || d.GetDestroyTainted()) {
1130 func (d *InstanceDiff) GetDestroyTainted() bool { func
H A Deval_diff.go564 if diff.GetDestroyTainted() {
/dports/sysutils/terraform/terraform-1.0.11/internal/legacy/terraform/
H A Ddiff.go326 case rdiff.RequiresNew() && (rdiff.GetDestroy() || rdiff.GetDestroyTainted()):
1023 if d.RequiresNew() && (d.GetDestroy() || d.GetDestroyTainted()) {
1141 func (d *InstanceDiff) GetDestroyTainted() bool { func