ifdiags.Err().Error()!="Configuration for triggered action does not exist: The configuration for the given action action.test_action.hello does not exist. All triggered actions must have an associated configuration."{
t.Fatal("wrong error!")
expectedErr:="action_trigger actions references non-existent action: The lifecycle action_trigger actions list contains a reference to the action \"action.test_action.hello\" that does not exist in the configuration of this module. This can likely be a typo."
Summary:"Configuration for triggered action does not exist",
Detail:fmt.Sprintf("The configuration for the given action %s does not exist. All triggered actions must have an associated configuration.",configAction.String()),
Detail:fmt.Sprintf("The lifecycle action_trigger actions list contains a reference to the action %q that does not exist in the configuration of this module. This can likely be a typo.",configAction.String()),