func()

in check/that.go [28:33]


func (t *ThatType) exists() bool {
	if _, ok := t.Plan.ResourcePlannedValuesMap[t.ResourceName]; !ok {
		return false
	}
	return true
}