func()

in check/inplan.go [30:37]


func (p PlanType) That(resourceName string) ThatType {
	t := ThatType{
		Plan:         p.Plan,
		ResourceName: resourceName,
	}
	t.exists()
	return t
}