That patch is partial fix. It adds "static" validation, i.e. validation before starting creation of the stack. Some cases of invilid outputs can be determined only after creation of the stack. In your case you use 'get_attr' that resolves during creation/update and should be handled differently. I assumed one more patch for adding "dynamic" validation.
That patch is partial fix. It adds "static" validation, i.e. validation before starting creation of the stack. Some cases of invilid outputs can be determined only after creation of the stack. In your case you use 'get_attr' that resolves during creation/update and should be handled differently. I assumed one more patch for adding "dynamic" validation.